diff options
Diffstat (limited to 'spec/inputs/whitespace.moon')
-rw-r--r-- | spec/inputs/whitespace.moon | 14 |
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( | |||
97 | c(one, two, | 97 | c(one, two, |
98 | three, four) | 98 | three, four) |
99 | 99 | ||
100 | -- | 100 | -- |
101 | |||
102 | f = -> | ||
103 | a, | ||
104 | b, | ||
105 | c | ||
106 | |||
107 | a, | ||
108 | b, | ||
109 | c = 1, | ||
110 | 2, | ||
111 | f | ||
112 | :abc | ||
101 | 113 | ||
102 | nil | 114 | nil |