diff options
Diffstat (limited to 'spec/inputs/unicode/destructure.yue')
-rw-r--r-- | spec/inputs/unicode/destructure.yue | 2 |
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 | ||
86 | do | 86 | do |
87 | with {元素a,元素b} = 东西 | 87 | with {元素a,元素b} := 东西 |
88 | 打印 元素a, 元素b | 88 | 打印 元素a, 元素b |
89 | 89 | ||
90 | 90 | ||