summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/not.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/fixtures/not.txt')
-rw-r--r--test/prism/fixtures/not.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/test/prism/fixtures/not.txt b/test/prism/fixtures/not.txt
new file mode 100644
index 0000000000..520b34fa37
--- /dev/null
+++ b/test/prism/fixtures/not.txt
@@ -0,0 +1,37 @@
+not foo and not bar
+
+not(foo and bar)
+
+not foo
+
+not foo and not
+ bar
+
+
+not foo and
+ not
+ bar
+
+
+not foo and
+ not
+
+
+ bar
+
+not(foo
+
+
+)
+
+not(
+
+
+foo
+
+
+ )
+
+not foo .. bar
+
+not (foo .. bar)