aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/unicode
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2026-02-24 12:24:10 +0800
committerLi Jin <dragon-fly@qq.com>2026-02-24 12:24:10 +0800
commit0ccf4408271c8a0d147e3cf25689810862e8c1db (patch)
tree0316978c886bee79db8f77cfe4521518763be71c /spec/outputs/unicode
parentc2a34e380b7ff57b071f8081e1cac589eab664d3 (diff)
downloadyuescript-0ccf4408271c8a0d147e3cf25689810862e8c1db.tar.gz
yuescript-0ccf4408271c8a0d147e3cf25689810862e8c1db.tar.bz2
yuescript-0ccf4408271c8a0d147e3cf25689810862e8c1db.zip
Cleaned up and fixed more comment reserving codes.v0.33.4
Diffstat (limited to 'spec/outputs/unicode')
-rw-r--r--spec/outputs/unicode/macro.lua8
-rw-r--r--spec/outputs/unicode/metatable.lua2
2 files changed, 5 insertions, 5 deletions
diff --git a/spec/outputs/unicode/macro.lua b/spec/outputs/unicode/macro.lua
index b4e78cd..e7e3ada 100644
--- a/spec/outputs/unicode/macro.lua
+++ b/spec/outputs/unicode/macro.lua
@@ -319,28 +319,28 @@ end):_u6467_u6bc1()
319end 319end
320_u6253_u5370((setmetatable({ 320_u6253_u5370((setmetatable({
321 'abc', 321 'abc',
322 ["字段a"] = 123, 322 ["字段a"] = 123
323}, { 323}, {
324 __call = function(self) 324 __call = function(self)
325 return 998 325 return 998
326 end 326 end
327}))[1], (setmetatable({ 327}))[1], (setmetatable({
328 'abc', 328 'abc',
329 ["字段a"] = 123, 329 ["字段a"] = 123
330}, { 330}, {
331 __call = function(self) 331 __call = function(self)
332 return 998 332 return 998
333 end 333 end
334}))["字段a"], (setmetatable({ 334}))["字段a"], (setmetatable({
335 'abc', 335 'abc',
336 ["字段a"] = 123, 336 ["字段a"] = 123
337}, { 337}, {
338 __call = function(self) 338 __call = function(self)
339 return 998 339 return 998
340 end 340 end
341}))(), setmetatable({ 341}))(), setmetatable({
342 'abc', 342 'abc',
343 ["字段a"] = 123, 343 ["字段a"] = 123
344}, { 344}, {
345 __call = function(self) 345 __call = function(self)
346 return 998 346 return 998
diff --git a/spec/outputs/unicode/metatable.lua b/spec/outputs/unicode/metatable.lua
index 970e52c..4419634 100644
--- a/spec/outputs/unicode/metatable.lua
+++ b/spec/outputs/unicode/metatable.lua
@@ -1,5 +1,5 @@
1local _u53d8_u91cfa = setmetatable({ 1local _u53d8_u91cfa = setmetatable({
2 ["关闭"] = true, 2 ["关闭"] = true
3}, { 3}, {
4 __close = function(self) 4 __close = function(self)
5 return _u6253_u5370("离开作用域") 5 return _u6253_u5370("离开作用域")