aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/vararg.yue
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2023-08-17 10:46:04 +0800
committerLi Jin <dragon-fly@qq.com>2023-08-17 10:46:04 +0800
commitb0c461305cfc0dd1cf8235197224130a9bd78d68 (patch)
tree3fdab6bb4c8c23297c0d967542709694c0729bf8 /spec/inputs/vararg.yue
parente61cce21ef7def2c2e52dd6cb6a5b540ebcac29d (diff)
downloadyuescript-b0c461305cfc0dd1cf8235197224130a9bd78d68.tar.gz
yuescript-b0c461305cfc0dd1cf8235197224130a9bd78d68.tar.bz2
yuescript-b0c461305cfc0dd1cf8235197224130a9bd78d68.zip
fix spec.v0.19.1
Diffstat (limited to 'spec/inputs/vararg.yue')
-rw-r--r--spec/inputs/vararg.yue8
1 files changed, 0 insertions, 8 deletions
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