aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/unicode
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/outputs/unicode/syntax.lua14
-rw-r--r--spec/outputs/unicode/with.lua4
2 files changed, 12 insertions, 6 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
42end 42end
43return 5 + function() 43do
44 return 4 + 2 44 return 5 + function()
45 return 4 + 2
46 end
47end
48do
49 return 5 + (function()
50 return 4
51 end) + 2
45end 52end
46return 5 + (function()
47 return 4
48end) + 2
49_u6253_u5370(5 + function() 53_u6253_u5370(5 + function()
50 _ = 34 54 _ = 34
51 return _u597d(_u7403) 55 return _u597d(_u7403)
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
128end 130end
129do 131do