diff options
Diffstat (limited to 'spec/outputs/unicode/ambiguous.lua')
-rw-r--r-- | spec/outputs/unicode/ambiguous.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/outputs/unicode/ambiguous.lua b/spec/outputs/unicode/ambiguous.lua index ac90016..704b311 100644 --- a/spec/outputs/unicode/ambiguous.lua +++ b/spec/outputs/unicode/ambiguous.lua | |||
@@ -39,9 +39,11 @@ end | |||
39 | do | 39 | do |
40 | _u6253_u5370() | 40 | _u6253_u5370() |
41 | _u5f02_u6b65_u51fd_u6570(function() | 41 | _u5f02_u6b65_u51fd_u6570(function() |
42 | _u6253_u5370(); | 42 | _u6253_u5370() |
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 |