aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/whitespace.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/whitespace.moon')
-rw-r--r--spec/inputs/whitespace.moon14
1 files changed, 13 insertions, 1 deletions
diff --git a/spec/inputs/whitespace.moon b/spec/inputs/whitespace.moon
index 36f14ae..0422443 100644
--- a/spec/inputs/whitespace.moon
+++ b/spec/inputs/whitespace.moon
@@ -97,6 +97,18 @@ b(
97c(one, two, 97c(one, two,
98 three, four) 98 three, four)
99 99
100-- 100--
101
102f = ->
103 a,
104 b,
105 c
106
107a,
108 b,
109 c = 1,
110 2,
111 f
112 :abc
101 113
102nil 114nil