Commit 892c54a0 authored by unknown's avatar unknown

The test suite erroneously removes backslashes.

parent 8c302fb1
...@@ -198,7 +198,7 @@ Query_ID Duration Query ...@@ -198,7 +198,7 @@ Query_ID Duration Query
38 # insert into t2 values (1), (2), (3) 38 # insert into t2 values (1), (2), (3)
39 # insert into t3 values (1), (2), (3) 39 # insert into t3 values (1), (2), (3)
40 # select * from t1 40 # select * from t1
This ^^ should end in "select * from t1;\" This ^^ should end in "select * from t1;"
delete from t1; delete from t1;
insert into t1 values (1), (2), (3); insert into t1 values (1), (2), (3);
insert into t1 values (1), (2), (3); insert into t1 values (1), (2), (3);
......
...@@ -113,7 +113,7 @@ show profiles; ...@@ -113,7 +113,7 @@ show profiles;
select * from t1; select * from t1;
--replace_column 2 # --replace_column 2 #
show profiles; show profiles;
--echo This ^^ should end in \"select * from t1;\" --echo This ^^ should end in "select * from t1;"
delete from t1; delete from t1;
insert into t1 values (1), (2), (3); insert into t1 values (1), (2), (3);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment