diff options
Diffstat (limited to 'spec/inputs/unicode/vararg.yue')
-rw-r--r-- | spec/inputs/unicode/vararg.yue | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/inputs/unicode/vararg.yue b/spec/inputs/unicode/vararg.yue index 5e7f3c4..e59e114 100644 --- a/spec/inputs/unicode/vararg.yue +++ b/spec/inputs/unicode/vararg.yue | |||
@@ -67,14 +67,6 @@ | |||
67 | 打印 ... | 67 | 打印 ... |
68 | 68 | ||
69 | do | 69 | do |
70 | ... = 1, 2 if true | ||
71 | 打印 ... | ||
72 | |||
73 | do | ||
74 | 变量a, ... = 1, 2 unless true | ||
75 | 打印 变量a, select '#', ... | ||
76 | |||
77 | do | ||
78 | ... = switch 变量x when 1 | 70 | ... = switch 变量x when 1 |
79 | with 表 | 71 | with 表 |
80 | .变量x = 123 | 72 | .变量x = 123 |