aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/upvalue_func.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/outputs/upvalue_func.lua')
-rw-r--r--spec/outputs/upvalue_func.lua16
1 files changed, 6 insertions, 10 deletions
diff --git a/spec/outputs/upvalue_func.lua b/spec/outputs/upvalue_func.lua
index 14fe400..5113692 100644
--- a/spec/outputs/upvalue_func.lua
+++ b/spec/outputs/upvalue_func.lua
@@ -368,11 +368,9 @@ local _anon_func_18 = function(print, select, _arg_0, ...)
368 end 368 end
369end 369end
370local _anon_func_19 = function(print) 370local _anon_func_19 = function(print)
371 do 371 local a = 1
372 local a = 1 372 print(a + nil)
373 print(a + nil) 373 return 1, 2, 3
374 return 1, 2, 3
375 end
376end 374end
377local _anon_func_20 = function(cond, i) 375local _anon_func_20 = function(cond, i)
378 local _accum_0 = { } 376 local _accum_0 = { }
@@ -516,11 +514,9 @@ local _anon_func_29 = function(os, _arg_0, ...)
516 end 514 end
517end 515end
518local _anon_func_30 = function(debug_env_after, debug_env_before, env, func) 516local _anon_func_30 = function(debug_env_after, debug_env_before, env, func)
519 do 517 debug_env_before(env)
520 debug_env_before(env) 518 func(env)
521 func(env) 519 return debug_env_after(env)
522 return debug_env_after(env)
523 end
524end 520end
525do 521do
526 local buff_strength 522 local buff_strength