summaryrefslogtreecommitdiff
path: root/tests/files/dashcomment.sql
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/dashcomment.sql')
-rw-r--r--tests/files/dashcomment.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/files/dashcomment.sql b/tests/files/dashcomment.sql
new file mode 100644
index 0000000..0d5ac62
--- /dev/null
+++ b/tests/files/dashcomment.sql
@@ -0,0 +1,5 @@
+select * from user;
+--select * from host;
+select * from user;
+select * -- foo;
+from foo; \ No newline at end of file