Skip to content

Commit

Permalink
add \n
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimPlh committed Jun 6, 2018
1 parent 2ca21df commit 57f9611
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dbms/tests/queries/0_stateless/00639_startsWith.reference
Expand Up @@ -13,4 +13,4 @@
1
3
2
0
0
2 changes: 1 addition & 1 deletion dbms/tests/queries/0_stateless/00639_startsWith.sql
Expand Up @@ -12,4 +12,4 @@ INSERT INTO startsWith_test values ('11', '22', '33'), ('a', 'a', 'bb'), ('abc',
SELECT COUNT() FROM startsWith_test WHERE startsWith(S1, S1);
SELECT COUNT() FROM startsWith_test WHERE startsWith(S1, S2);
SELECT COUNT() FROM startsWith_test WHERE startsWith(S2, S3);
DROP TABLE startsWith_test;
DROP TABLE startsWith_test;
2 changes: 1 addition & 1 deletion dbms/tests/queries/0_stateless/00640_endsWith.reference
Expand Up @@ -13,4 +13,4 @@
1
3
2
0
0
1 change: 0 additions & 1 deletion dbms/tests/queries/0_stateless/00640_endsWith.sql
Expand Up @@ -13,4 +13,3 @@ SELECT COUNT() FROM endsWith_test WHERE endsWith(S1, S1);
SELECT COUNT() FROM endsWith_test WHERE endsWith(S1, S2);
SELECT COUNT() FROM endsWith_test WHERE endsWith(S2, S3);
DROP TABLE endsWith_test;

0 comments on commit 57f9611

Please sign in to comment.