diff --git a/tests/rewriteTest.php b/tests/rewriteTest.php index 931d14f..307ca89 100644 --- a/tests/rewriteTest.php +++ b/tests/rewriteTest.php @@ -433,6 +433,22 @@ final class rewriteTest extends TestCase $this->assertSame(trim($expected), trim($postgresql)); } + public function test_it_doesnt_remove_single_quotes() + { + $sql = <<assertSame(trim($expected), trim($postgresql)); + } + + + protected function setUp(): void {