summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/parse_while_not_canonical.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/fixtures/seattlerb/parse_while_not_canonical.txt')
-rw-r--r--test/prism/fixtures/seattlerb/parse_while_not_canonical.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/prism/fixtures/seattlerb/parse_while_not_canonical.txt b/test/prism/fixtures/seattlerb/parse_while_not_canonical.txt
new file mode 100644
index 0000000000..5aa464167f
--- /dev/null
+++ b/test/prism/fixtures/seattlerb/parse_while_not_canonical.txt
@@ -0,0 +1,3 @@
+while not var.nil?
+ 'foo'
+end