should be it
This commit is contained in:
8
external/duckdb/test/sql/peg_parser/dotted_functions.test
vendored
Normal file
8
external/duckdb/test/sql/peg_parser/dotted_functions.test
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# name: test/sql/peg_parser/dotted_functions.test
|
||||
# description: Test dollar quoted strings in peg parser
|
||||
# group: [peg_parser]
|
||||
|
||||
require autocomplete
|
||||
|
||||
statement ok
|
||||
CALL check_peg_parser($TEST_PEG_PARSER$SELECT v.trim()$TEST_PEG_PARSER$);
|
||||
Reference in New Issue
Block a user