summaryrefslogtreecommitdiff
path: root/tests/files
diff options
context:
space:
mode:
authorIan Robertson <ian.robertson@capitalone.com>2019-01-14 09:38:51 -0500
committerAndi Albrecht <albrecht.andi@gmail.com>2019-03-10 08:53:11 +0100
commit170010e7d709f2145169d23482d006dc56856256 (patch)
treefda0d6b590dac5ef20c9af42e44a9169e99614bd /tests/files
parentad8d1d1e4c9b6bbd21c255b9421685944c4d96e0 (diff)
downloadsqlparse-170010e7d709f2145169d23482d006dc56856256.tar.gz
Add in slash comment functionality
Diffstat (limited to 'tests/files')
-rw-r--r--tests/files/slashcomment.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/files/slashcomment.sql b/tests/files/slashcomment.sql
new file mode 100644
index 0000000..90e3089
--- /dev/null
+++ b/tests/files/slashcomment.sql
@@ -0,0 +1,5 @@
+select * from user;
+//select * from host;
+select * from user;
+select * // foo;
+from foo;