diff options
Diffstat (limited to 'spec/outputs/unicode/syntax.lua')
| -rw-r--r-- | spec/outputs/unicode/syntax.lua | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/spec/outputs/unicode/syntax.lua b/spec/outputs/unicode/syntax.lua index 9ea8f68..ea97bb9 100644 --- a/spec/outputs/unicode/syntax.lua +++ b/spec/outputs/unicode/syntax.lua | |||
| @@ -40,12 +40,16 @@ end | |||
| 40 | _ = function() | 40 | _ = function() |
| 41 | return 1, 2, 34 | 41 | return 1, 2, 34 |
| 42 | end | 42 | end |
| 43 | return 5 + function() | 43 | do |
| 44 | return 4 + 2 | 44 | return 5 + function() |
| 45 | return 4 + 2 | ||
| 46 | end | ||
| 47 | end | ||
| 48 | do | ||
| 49 | return 5 + (function() | ||
| 50 | return 4 | ||
| 51 | end) + 2 | ||
| 45 | end | 52 | end |
| 46 | return 5 + (function() | ||
| 47 | return 4 | ||
| 48 | end) + 2 | ||
| 49 | _u6253_u5370(5 + function() | 53 | _u6253_u5370(5 + function() |
| 50 | _ = 34 | 54 | _ = 34 |
| 51 | return _u597d(_u7403) | 55 | return _u597d(_u7403) |
