From 43dde2fff316051d03968e8efd313f19b53112fc Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 21 Nov 2025 12:21:04 +0800 Subject: Updated syntax. * Added error check for mixed use of tabs and spaces. * Supported SimpleTable destructuring for ForEach syntax. --- spec/inputs/string.yue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/inputs/string.yue') diff --git a/spec/inputs/string.yue b/spec/inputs/string.yue index 1f0fba8..611205d 100644 --- a/spec/inputs/string.yue +++ b/spec/inputs/string.yue @@ -100,8 +100,8 @@ do next: 123 str = | list: - - "one" - - "two" + - "one" + - "two" str = | -- comment content text -- cgit v1.2.3-55-g6feb