aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/unicode/destructure.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/unicode/destructure.yue')
-rw-r--r--spec/inputs/unicode/destructure.yue2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/unicode/destructure.yue b/spec/inputs/unicode/destructure.yue
index 3c3a369..a5ffd5d 100644
--- a/spec/inputs/unicode/destructure.yue
+++ b/spec/inputs/unicode/destructure.yue
@@ -84,7 +84,7 @@ do
84-- 84--
85 85
86do 86do
87 with {元素a,元素b} = 东西 87 with {元素a,元素b} := 东西
88 打印 元素a, 元素b 88 打印 元素a, 元素b
89 89
90 90