diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/inputs/unless_else.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/unless_else.moon b/spec/inputs/unless_else.moon index fe96c0b..987b60b 100644 --- a/spec/inputs/unless_else.moon +++ b/spec/inputs/unless_else.moon | |||
@@ -1,5 +1,5 @@ | |||
1 | if a | 1 | if a |
2 | unless b | 2 | unless b or d |
3 | print "hi" | 3 | print "hi" |
4 | elseif c | 4 | elseif c |
5 | print "not hi" | 5 | print "not hi" |