Skip to content

Commit 2e5cebd

Browse files
committed
fix
1 parent 91ccbbb commit 2e5cebd

File tree

2 files changed

+202
-221
lines changed

2 files changed

+202
-221
lines changed

crates/squawk_parser/tests/data/regression_suite/copyselect.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ drop table test1;
8787
-- copy (select 1) to stdout\; copy (select 2) to stdout\; select 3\; select 4; -- 1 2 3 4
8888

8989
create table test3 (c int);
90-
-- -- select 0\; copy test3 from stdin\; copy test3 from stdin\; select 1; -- 0 1
90+
-- select 0\; copy test3 from stdin\; copy test3 from stdin\; select 1; -- 0 1
9191
-- 1
92-
-- -- \.
92+
-- \.
9393
-- 2
94-
-- -- \.
94+
-- \.
9595
select * from test3;
9696
drop table test3;

0 commit comments

Comments
 (0)