From cd827731ca155f198d26b61a0965469560e1bb34 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Sun, 19 Nov 2023 04:01:01 +0800 Subject: make function call args a consistent behavior with table list. --- spec/inputs/whitespace.yue | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'spec/inputs') diff --git a/spec/inputs/whitespace.yue b/spec/inputs/whitespace.yue index 329280f..2655961 100644 --- a/spec/inputs/whitespace.yue +++ b/spec/inputs/whitespace.yue @@ -97,6 +97,29 @@ b( c(one, two, three, four) +d( + one -- one + two -- two + three -- three + four -- four +) + +e( + -> + -> + -> +) +e{ + -> + -> + -> +} +e[ + -> + -> + -> +] + -- v = -> -- cgit v1.2.3-55-g6feb