diff options
author | Li Jin <dragon-fly@qq.com> | 2020-08-07 14:49:11 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-08-07 14:49:11 +0800 |
commit | 7b281220d309643cb5dfab9c209920cdea525002 (patch) | |
tree | 7f69e48a9c28cf38f0bda72112ca5ec1e2fd6c1b /spec | |
parent | acf20e1802b03fed63b845ac8c0274fff415fb22 (diff) | |
download | yuescript-7b281220d309643cb5dfab9c209920cdea525002.tar.gz yuescript-7b281220d309643cb5dfab9c209920cdea525002.tar.bz2 yuescript-7b281220d309643cb5dfab9c209920cdea525002.zip |
change white space rule in assignment list.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/inputs/syntax.moon | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/inputs/syntax.moon b/spec/inputs/syntax.moon index 80b762c..9895c44 100644 --- a/spec/inputs/syntax.moon +++ b/spec/inputs/syntax.moon | |||
@@ -369,5 +369,14 @@ do | |||
369 | a = f2! | 369 | a = f2! |
370 | - 1 |> f2 | 370 | - 1 |> f2 |
371 | 371 | ||
372 | _1 | ||
373 | ,_2 | ||
374 | ,_3 | ||
375 | ,_4 = 1 | ||
376 | ,f 2 | ||
377 | ,3 | ||
378 | ,f 4, | ||
379 | 4 | ||
380 | |||
372 | nil | 381 | nil |
373 | 382 | ||