diff options
Diffstat (limited to 'spec/outputs/macro.lua')
-rw-r--r-- | spec/outputs/macro.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/outputs/macro.lua b/spec/outputs/macro.lua index 83c6a90..7163077 100644 --- a/spec/outputs/macro.lua +++ b/spec/outputs/macro.lua | |||
@@ -330,6 +330,17 @@ _1 = function() | |||
330 | return _accum_0 | 330 | return _accum_0 |
331 | end | 331 | end |
332 | do | 332 | do |
333 | f = function() | ||
334 | x = (tb:func(123)):bar(456) | ||
335 | return (tb:func(123)) | ||
336 | end | ||
337 | local f1 | ||
338 | f1 = function() | ||
339 | tb:func(123) | ||
340 | return | ||
341 | end | ||
342 | end | ||
343 | do | ||
333 | print('abc') | 344 | print('abc') |
334 | return 123 | 345 | return 123 |
335 | end | 346 | end |