aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/unicode
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/unicode')
-rw-r--r--spec/inputs/unicode/syntax.yue4
1 files changed, 2 insertions, 2 deletions
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]
81 81
82分裂"abc xyz 123"\映射"#"\打印全部! 82分裂"abc xyz 123"\映射"#"\打印全部!
83 83
84_ = f""[变量a] 84_ = f("")[变量a]
85_ = f""\变量b! 85_ = f""\变量b!
86_ = f"".变量c! 86_ = f"".变量c!
87 87
88f ""[变量a] 88f ("")[变量a]
89f ""\变量b! 89f ""\变量b!
90f "".变量c! 90f "".变量c!
91 91