diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/inputs/syntax.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/syntax.moon b/spec/inputs/syntax.moon index 5442b61..b5f973b 100644 --- a/spec/inputs/syntax.moon +++ b/spec/inputs/syntax.moon | |||
@@ -122,7 +122,7 @@ print "nutjob" | |||
122 | 122 | ||
123 | if hello then _ = 343 | 123 | if hello then _ = 343 |
124 | 124 | ||
125 | print "what" if cool else whack! | 125 | print "what" if cool |
126 | 126 | ||
127 | arg = {...} | 127 | arg = {...} |
128 | 128 | ||