From dd64edd58fe25ec74ae5958128cf3f74b0692f3b Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 28 Jan 2026 18:43:14 +0800 Subject: Fixed compiler issues and added 800+ test cases. --- spec/inputs/unicode/syntax.yue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/inputs/unicode/syntax.yue') diff --git a/spec/inputs/unicode/syntax.yue b/spec/inputs/unicode/syntax.yue index 939579b..b5494f4 100644 --- a/spec/inputs/unicode/syntax.yue +++ b/spec/inputs/unicode/syntax.yue @@ -81,11 +81,11 @@ _ = 这里(我们)"去"[12123] 分裂"abc xyz 123"\映射"#"\打印全部! -_ = f""[变量a] +_ = f("")[变量a] _ = f""\变量b! _ = f"".变量c! -f ""[变量a] +f ("")[变量a] f ""\变量b! f "".变量c! -- cgit v1.2.3-55-g6feb