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