Skip to content

Commit 342ce1c

Browse files
committed
revise
1 parent 7c32fee commit 342ce1c

File tree

1 file changed

+1
-1
lines changed
  • sql/core/src/test/resources/sql-tests/inputs/pgSQL

1 file changed

+1
-1
lines changed

sql/core/src/test/resources/sql-tests/inputs/pgSQL/text.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ select format_string('>>%1$10s<<', 'Hello');
134134
-- select format_string('>>%2$*1$L<<', NULL, 'Hello');
135135
-- select format_string('>>%2$*1$L<<', 0, 'Hello');
136136

137-
DROP TABLE TEXT_TBL;
137+
DROP TABLE TEXT_TBL;

0 commit comments

Comments
 (0)