diff options
Diffstat (limited to 'spec/outputs/attrib.lua')
-rw-r--r-- | spec/outputs/attrib.lua | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/spec/outputs/attrib.lua b/spec/outputs/attrib.lua index f6b0784..626944e 100644 --- a/spec/outputs/attrib.lua +++ b/spec/outputs/attrib.lua | |||
@@ -27,13 +27,11 @@ do | |||
27 | end | 27 | end |
28 | do | 28 | do |
29 | local a, b | 29 | local a, b |
30 | do | 30 | local _obj_0 = { |
31 | local _obj_0 = { | 31 | 2, |
32 | 2, | 32 | 3 |
33 | 3 | 33 | } |
34 | } | 34 | a, b = _obj_0[1], _obj_0[2] |
35 | a, b = _obj_0[1], _obj_0[2] | ||
36 | end | ||
37 | end | 35 | end |
38 | do | 36 | do |
39 | local v <close> = (function() | 37 | local v <close> = (function() |