diff options
Diffstat (limited to 'spec/outputs/5.1/attrib.lua')
-rw-r--r-- | spec/outputs/5.1/attrib.lua | 12 |
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 | |||
38 | end | 38 | end |
39 | do | 39 | do |
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 | ||
48 | end | 46 | end |
49 | local _anon_func_0 = function(_close_1, error, f, _arg_0, ...) | 47 | local _anon_func_0 = function(_close_1, error, f, _arg_0, ...) |
50 | do | 48 | do |