diff options
author | Li Jin <dragon-fly@qq.com> | 2023-08-17 10:46:04 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2023-08-17 10:46:04 +0800 |
commit | b0c461305cfc0dd1cf8235197224130a9bd78d68 (patch) | |
tree | 3fdab6bb4c8c23297c0d967542709694c0729bf8 /spec/outputs/vararg.lua | |
parent | e61cce21ef7def2c2e52dd6cb6a5b540ebcac29d (diff) | |
download | yuescript-0.19.1.tar.gz yuescript-0.19.1.tar.bz2 yuescript-0.19.1.zip |
fix spec.v0.19.1
Diffstat (limited to 'spec/outputs/vararg.lua')
-rw-r--r-- | spec/outputs/vararg.lua | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/spec/outputs/vararg.lua b/spec/outputs/vararg.lua index d5a6f03..ea40da1 100644 --- a/spec/outputs/vararg.lua +++ b/spec/outputs/vararg.lua | |||
@@ -250,25 +250,6 @@ join = function(...) | |||
250 | (function(...) | 250 | (function(...) |
251 | return print(...) | 251 | return print(...) |
252 | end)((function() | 252 | end)((function() |
253 | if true then | ||
254 | return 1, 2 | ||
255 | end | ||
256 | end)()) | ||
257 | end | ||
258 | do | ||
259 | (function(_arg_0, ...) | ||
260 | local a = _arg_0 | ||
261 | return print(a, select('#', ...)) | ||
262 | end)((function() | ||
263 | if not true then | ||
264 | return 1, 2 | ||
265 | end | ||
266 | end)()) | ||
267 | end | ||
268 | do | ||
269 | (function(...) | ||
270 | return print(...) | ||
271 | end)((function() | ||
272 | local _exp_0 = x | 253 | local _exp_0 = x |
273 | if 1 == _exp_0 then | 254 | if 1 == _exp_0 then |
274 | local _with_0 = tb | 255 | local _with_0 = tb |