diff options
Diffstat (limited to 'spec/outputs/ambiguous.lua')
-rw-r--r-- | spec/outputs/ambiguous.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/outputs/ambiguous.lua b/spec/outputs/ambiguous.lua index 3c82a03..fc43d63 100644 --- a/spec/outputs/ambiguous.lua +++ b/spec/outputs/ambiguous.lua | |||
@@ -39,9 +39,11 @@ end | |||
39 | do | 39 | do |
40 | print() | 40 | print() |
41 | async_fn(function() | 41 | async_fn(function() |
42 | print(); | 42 | print() |
43 | do | ||
43 | --[[a comment to insert]] | 44 | --[[a comment to insert]] |
44 | (haha)() | 45 | (haha)() |
46 | end | ||
45 | return nil | 47 | return nil |
46 | end) | 48 | end) |
47 | end | 49 | end |