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/syntax.yue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/inputs/syntax.yue') diff --git a/spec/inputs/syntax.yue b/spec/inputs/syntax.yue index a63f629..ccf8b01 100644 --- a/spec/inputs/syntax.yue +++ b/spec/inputs/syntax.yue @@ -84,11 +84,11 @@ _ = here(we)"go"[12123] split"abc xyz 123"\map"#"\printAll! -_ = f""[a] +_ = f("")[a] _ = f""\b! _ = f"".c! -f ""[a] +f ("")[a] f ""\b! f "".c! -- cgit v1.2.3-55-g6feb