From 514b9f97febe8920a78d6078b092fe84b859a963 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 7 Dec 2023 23:49:48 +0800 Subject: changed the if-assignment syntax to prevent some errors. --- spec/inputs/unicode/assign.yue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/inputs/unicode/assign.yue') diff --git a/spec/inputs/unicode/assign.yue b/spec/inputs/unicode/assign.yue index 5392a92..6c03f86 100644 --- a/spec/inputs/unicode/assign.yue +++ b/spec/inputs/unicode/assign.yue @@ -30,7 +30,7 @@ else 变量x = (do 函数! - 123) if 函数 = 获取处理函数! + 123) if 函数 := 获取处理函数! (using nil) <- _无效变量 -- cgit v1.2.3-55-g6feb