aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/attrib.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/outputs/attrib.lua')
-rw-r--r--spec/outputs/attrib.lua12
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
27end 27end
28do 28do
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
37end 35end
38do 36do
39 local v <close> = (function() 37 local v <close> = (function()