diff options
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 |
