diff options
author | Li Jin <dragon-fly@qq.com> | 2024-03-19 02:22:56 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2024-03-19 02:22:56 +0800 |
commit | afc86619d710a578dc3f2bfc2ee1d62913f9abe8 (patch) | |
tree | 726ffe4d33bbaf8be411f73add51a1ffe734bc6f /spec/outputs/attrib.lua | |
parent | 4f399a181dc773bcc1a86737522915c2c776fb2b (diff) | |
download | yuescript-afc86619d710a578dc3f2bfc2ee1d62913f9abe8.tar.gz yuescript-afc86619d710a578dc3f2bfc2ee1d62913f9abe8.tar.bz2 yuescript-afc86619d710a578dc3f2bfc2ee1d62913f9abe8.zip |
try fixing issue #162.
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) |