summaryrefslogtreecommitdiffstats
path: root/tests/fixtures/partial.sql
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/partial.sql')
-rw-r--r--tests/fixtures/partial.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fixtures/partial.sql b/tests/fixtures/partial.sql
new file mode 100644
index 0000000..c6be364
--- /dev/null
+++ b/tests/fixtures/partial.sql
@@ -0,0 +1,8 @@
+SELECT a FROM
+SELECT a FROM x WHERE
+SELECT a +
+a *
+SELECT a FROM x JOIN
+SELECT a FROM x GROUP BY
+WITH a AS (SELECT 1), b AS (SELECT 2)
+SELECT FROM x