aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/assign.moon
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-02-03 11:25:11 +0800
committerLi Jin <dragon-fly@qq.com>2020-02-03 11:25:11 +0800
commitd8901102a1e39e651b08b66257c176b5803b9bc0 (patch)
tree8df65bfdcae6a65e5f6d0189b0745df521ca1bf9 /spec/inputs/assign.moon
parent6eb2c2a58f36196d162433b5412b15aea1e6ba9e (diff)
downloadyuescript-d8901102a1e39e651b08b66257c176b5803b9bc0.tar.gz
yuescript-d8901102a1e39e651b08b66257c176b5803b9bc0.tar.bz2
yuescript-d8901102a1e39e651b08b66257c176b5803b9bc0.zip
enable explist to be multi-line without backslash. confirmed there is no similar issue like Moonscript issue 202 or issue 391.
Diffstat (limited to 'spec/inputs/assign.moon')
-rw-r--r--spec/inputs/assign.moon3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/inputs/assign.moon b/spec/inputs/assign.moon
index 4e50147..e8fcbfd 100644
--- a/spec/inputs/assign.moon
+++ b/spec/inputs/assign.moon
@@ -26,5 +26,4 @@ else
26 print "the other" 26 print "the other"
27 "nothing", "yeah" 27 "nothing", "yeah"
28 28
29 29c, d = 1, 2 if true
30