aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-02-15 17:35:59 +0800
committerLi Jin <dragon-fly@qq.com>2020-02-15 17:35:59 +0800
commited994e0217192b3d416b29f61c7d0a60a6890787 (patch)
treee36705c282b459e1a0612a4552e5d12335ff3597 /spec
parent2c54137e9775173ec3dd33343c67dc225ded9d35 (diff)
downloadyuescript-0.5.0.tar.gz
yuescript-0.5.0.tar.bz2
yuescript-0.5.0.zip
force forward declaration of variable for assigning local function.0.5.0
Diffstat (limited to 'spec')
-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"