aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs')
-rw-r--r--spec/inputs/unless_else.moon2
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 @@
1if a 1if 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"