diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-02-03 11:25:11 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2020-02-03 11:25:11 +0800 |
| commit | d8901102a1e39e651b08b66257c176b5803b9bc0 (patch) | |
| tree | 8df65bfdcae6a65e5f6d0189b0745df521ca1bf9 /spec/inputs/assign.moon | |
| parent | 6eb2c2a58f36196d162433b5412b15aea1e6ba9e (diff) | |
| download | yuescript-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.moon | 3 |
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 | 29 | c, d = 1, 2 if true | |
| 30 | |||
