diff options
author | Li Jin <dragon-fly@qq.com> | 2020-01-13 13:09:24 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-01-13 13:09:24 +0800 |
commit | ccb3381cdfc84a4dd37f5b7aea9ff21d6558c14b (patch) | |
tree | 85c785561954599e9abc784f17ef1ed82f6b8921 /spec | |
parent | 5c4de3eb820ba6167ab0a98481b8ace362910073 (diff) | |
download | yuescript-ccb3381cdfc84a4dd37f5b7aea9ff21d6558c14b.tar.gz yuescript-ccb3381cdfc84a4dd37f5b7aea9ff21d6558c14b.tar.bz2 yuescript-ccb3381cdfc84a4dd37f5b7aea9ff21d6558c14b.zip |
fix Moonscript issue 384.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/inputs/plus.moon | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/inputs/plus.moon b/spec/inputs/plus.moon index fdca8be..7b9ef05 100644 --- a/spec/inputs/plus.moon +++ b/spec/inputs/plus.moon | |||
@@ -5,3 +5,5 @@ res = b.function\do!\while("OK")\if "def",998 | |||
5 | 5 | ||
6 | c.repeat.if\then("xyz")\else res | 6 | c.repeat.if\then("xyz")\else res |
7 | 7 | ||
8 | print @for,@@function 123 | ||
9 | |||