From 7b281220d309643cb5dfab9c209920cdea525002 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 7 Aug 2020 14:49:11 +0800 Subject: change white space rule in assignment list. --- spec/inputs/syntax.moon | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'spec') 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 a = f2! - 1 |> f2 + _1 + ,_2 + ,_3 + ,_4 = 1 + ,f 2 + ,3 + ,f 4, + 4 + nil -- cgit v1.2.3-55-g6feb