Skip to content

Commit 2c3117c

Browse files
committed
add missing trailing new line
1 parent 6f6ffb3 commit 2c3117c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/sql-server-cdc-old-syntax/alter-table-after-source.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,4 +320,4 @@ DROP TABLE drop_table;
320320
# Table is dropped
321321
# TODO: This should fail
322322
# ! SELECT * FROM drop_table;
323-
# regex:(table was dropped|incompatible schema change)
323+
# regex:(table was dropped|incompatible schema change)

test/sql-server-cdc-old-syntax/alter-table-irrelevant.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ INSERT INTO irrelevant_table VALUES ('gh');
105105
1
106106
2
107107

108-
> DROP SOURCE irrelevant_table CASCADE;
108+
> DROP SOURCE irrelevant_table CASCADE;

0 commit comments

Comments
 (0)