Skip to content

Commit 6ef74d5

Browse files
committed
fixed test
1 parent 4c1338e commit 6ef74d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/06_Query/QOM/Sql2ToQomConverterTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function getSQL2WithWhitespace()
8282
array('SELECT * FROM [nt:file] WHERE prop1 = "Foo bar"', 'Foo bar'),
8383
array('SELECT * FROM [nt:file] WHERE prop1 = "Foo bar"', 'Foo bar'),
8484
array('SELECT * FROM [nt:file] WHERE prop1 = "Foo\tbar"', 'Foo\tbar'),
85-
array('SELECT * FROM [nt:file] WHERE prop1 = "Foo\n\tbar"', 'Foo\nbar'),
85+
array('SELECT * FROM [nt:file] WHERE prop1 = "Foo\n\tbar"', 'Foo\n\tbar'),
8686
array('SELECT * FROM [nt:file] WHERE prop1 = "Foo \t bar"', 'Foo \t bar'),
8787
array('SELECT * FROM [nt:file] WHERE prop1 = "Foo \t \n bar"', 'Foo \t \n bar'),
8888
);

0 commit comments

Comments
 (0)