From 042c393a4ce4454948b69e99f0fc721736403208 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Sun, 22 Feb 2026 01:06:44 +0800 Subject: Cleanup. --- spec/inputs/whitespace.yue | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'spec/inputs') diff --git a/spec/inputs/whitespace.yue b/spec/inputs/whitespace.yue index e501d3d..a999143 100644 --- a/spec/inputs/whitespace.yue +++ b/spec/inputs/whitespace.yue @@ -160,4 +160,43 @@ local a,\ b,\ c +do + tb = + + + -- one + + + -- a + a: 1 -- 1 + + -- two + b: -> -- 2 + + tb2 = { + + + -- one + + + -- a + a: 1 -- 1 + + -- two + b: -> -- 2 + } + + tb3 = class -- dsd + + + + -- one + + -- a + a: 1 -- 1 + + -- two + b: -> -- 2 + + nil -- cgit v1.2.3-55-g6feb