diff options
author | Li Jin <dragon-fly@qq.com> | 2020-03-26 16:21:30 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-03-26 16:21:30 +0800 |
commit | 69091011685db34e5dc4012e9d2cf24a0ac77715 (patch) | |
tree | b948a213f4044c105c9baf674e077d210ae60024 /spec | |
parent | a97ca224f23b4101e44c099dbe29d1cc4a72c758 (diff) | |
download | yuescript-69091011685db34e5dc4012e9d2cf24a0ac77715.tar.gz yuescript-69091011685db34e5dc4012e9d2cf24a0ac77715.tar.bz2 yuescript-69091011685db34e5dc4012e9d2cf24a0ac77715.zip |
remove else branch support for appendix syntax.
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 | ||