diff options
| author | Li Jin <dragon-fly@qq.com> | 2026-02-24 12:24:10 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2026-02-24 12:24:10 +0800 |
| commit | 0ccf4408271c8a0d147e3cf25689810862e8c1db (patch) | |
| tree | 0316978c886bee79db8f77cfe4521518763be71c /spec/outputs/unicode/macro.lua | |
| parent | c2a34e380b7ff57b071f8081e1cac589eab664d3 (diff) | |
| download | yuescript-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/macro.lua')
| -rw-r--r-- | spec/outputs/unicode/macro.lua | 8 |
1 files changed, 4 insertions, 4 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() | |||
| 319 | end | 319 | end |
| 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 |
