diff options
Diffstat (limited to 'spec/outputs/attrib.lua')
-rw-r--r-- | spec/outputs/attrib.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/outputs/attrib.lua b/spec/outputs/attrib.lua index 181555f..07fc165 100644 --- a/spec/outputs/attrib.lua +++ b/spec/outputs/attrib.lua | |||
@@ -106,6 +106,7 @@ do | |||
106 | return print("first") | 106 | return print("first") |
107 | end | 107 | end |
108 | }) | 108 | }) |
109 | print("third") | ||
109 | end | 110 | end |
110 | local _defers = setmetatable({ }, { | 111 | local _defers = setmetatable({ }, { |
111 | __close = function(self) | 112 | __close = function(self) |