aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/5.1/attrib.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/outputs/5.1/attrib.lua')
-rw-r--r--spec/outputs/5.1/attrib.lua12
1 files changed, 5 insertions, 7 deletions
diff --git a/spec/outputs/5.1/attrib.lua b/spec/outputs/5.1/attrib.lua
index 0edaf0e..9cacd97 100644
--- a/spec/outputs/5.1/attrib.lua
+++ b/spec/outputs/5.1/attrib.lua
@@ -38,13 +38,11 @@ do
38end 38end
39do 39do
40 local a, b 40 local a, b
41 do 41 local _obj_0 = {
42 local _obj_0 = { 42 2,
43 2, 43 3
44 3 44 }
45 } 45 a, b = _obj_0[1], _obj_0[2]
46 a, b = _obj_0[1], _obj_0[2]
47 end
48end 46end
49local _anon_func_0 = function(_close_1, error, f, _arg_0, ...) 47local _anon_func_0 = function(_close_1, error, f, _arg_0, ...)
50 do 48 do