aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs')
-rw-r--r--spec/inputs/unicode/vararg.yue8
-rw-r--r--spec/inputs/vararg.yue8
2 files changed, 0 insertions, 16 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
diff --git a/spec/inputs/vararg.yue b/spec/inputs/vararg.yue
index 91d0b16..941cd97 100644
--- a/spec/inputs/vararg.yue
+++ b/spec/inputs/vararg.yue
@@ -67,14 +67,6 @@ join = (...) ->
67 print ... 67 print ...
68 68
69 do 69 do
70 ... = 1, 2 if true
71 print ...
72
73 do
74 a, ... = 1, 2 unless true
75 print a, select '#', ...
76
77 do
78 ... = switch x when 1 70 ... = switch x when 1
79 with tb 71 with tb
80 .x = 123 72 .x = 123