aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/syntax.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/syntax.moon')
-rw-r--r--spec/inputs/syntax.moon8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/inputs/syntax.moon b/spec/inputs/syntax.moon
index ae3fc0c..5442b61 100644
--- a/spec/inputs/syntax.moon
+++ b/spec/inputs/syntax.moon
@@ -242,7 +242,15 @@ hello "comma",
242another hello, one, 242another hello, one,
243 two, three, four, yeah: man 243 two, three, four, yeah: man
244 okay: yeah 244 okay: yeah
245 fine: alright
245 246
247another hello, one, two, three, four,
248 yeah: man
249 okay: yeah
250
251another hello, one, two, three, four, yeah: man
252 okay: yeah
253
246-- 254--
247a += 3 - 5 255a += 3 - 5
248a *= 3 + 5 256a *= 3 + 5