diff options
Diffstat (limited to 'spec/outputs/with.lua')
-rw-r--r-- | spec/outputs/with.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/outputs/with.lua b/spec/outputs/with.lua index b2a1c3b..d880d1e 100644 --- a/spec/outputs/with.lua +++ b/spec/outputs/with.lua | |||
@@ -121,7 +121,9 @@ do | |||
121 | local _ | 121 | local _ |
122 | _ = function() | 122 | _ = function() |
123 | local _with_0 = hi | 123 | local _with_0 = hi |
124 | return _with_0.a, _with_0.b | 124 | do |
125 | return _with_0.a, _with_0.b | ||
126 | end | ||
125 | end | 127 | end |
126 | end | 128 | end |
127 | do | 129 | do |