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.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/outputs/attrib.lua b/spec/outputs/attrib.lua
index 919b7e0..181555f 100644
--- a/spec/outputs/attrib.lua
+++ b/spec/outputs/attrib.lua
@@ -30,6 +30,16 @@ do
30 end 30 end
31end 31end
32do 32do
33 local a, b
34 do
35 local _obj_0 = {
36 2,
37 3
38 }
39 a, b = _obj_0[1], _obj_0[2]
40 end
41end
42do
33 local v <close> = (function() 43 local v <close> = (function()
34 if flag then 44 if flag then
35 return func() 45 return func()