diff options
Diffstat (limited to '')
-rw-r--r-- | spec/inputs/unicode/existential.yue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/unicode/existential.yue b/spec/inputs/unicode/existential.yue index 0e35a39..de65027 100644 --- a/spec/inputs/unicode/existential.yue +++ b/spec/inputs/unicode/existential.yue | |||
@@ -16,7 +16,7 @@ with 对象abc?!\函数?! | |||
16 | if \函数p? "abc" | 16 | if \函数p? "abc" |
17 | return 123 | 17 | return 123 |
18 | 18 | ||
19 | if {:x字段} = 对象a?.如果?\然后?(123)? @?\方法 998 | 19 | if {:x字段} := 对象a?.如果?\然后?(123)? @?\方法 998 |
20 | 打印 x字段 | 20 | 打印 x字段 |
21 | 21 | ||
22 | 结果 = 对象b.方法\执行!\当?("没问题")\如果("默认",998)\函数? | 22 | 结果 = 对象b.方法\执行!\当?("没问题")\如果("默认",998)\函数? |