summaryrefslogtreecommitdiff
path: root/test-data/pr109.sql
diff options
context:
space:
mode:
Diffstat (limited to 'test-data/pr109.sql')
-rw-r--r--test-data/pr109.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-data/pr109.sql b/test-data/pr109.sql
new file mode 100644
index 0000000..b80b20b
--- /dev/null
+++ b/test-data/pr109.sql
@@ -0,0 +1,3 @@
+alter table sometable drop column if exists col;
+
+-- this line should not be indented