Skip to content

Commit 2de7540

Browse files
Wild-Wbarklan
authored andcommitted
Add test
1 parent f708284 commit 2de7540

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/testdata/multiline.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
local testQuery = [=[--sql
2+
SELECT * FROM employees WHERE [First Name] = "Jared";
3+
]=]
4+
5+
local testQuery2 = [[INSERT INTO locations (x, y, locationName) VALUES (20, 43, "Monument")]]

0 commit comments

Comments
 (0)