From 0ccf4408271c8a0d147e3cf25689810862e8c1db Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 24 Feb 2026 12:24:10 +0800 Subject: Cleaned up and fixed more comment reserving codes. --- spec/outputs/unicode/macro.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'spec/outputs/unicode/macro.lua') 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() end _u6253_u5370((setmetatable({ 'abc', - ["字段a"] = 123, + ["字段a"] = 123 }, { __call = function(self) return 998 end }))[1], (setmetatable({ 'abc', - ["字段a"] = 123, + ["字段a"] = 123 }, { __call = function(self) return 998 end }))["字段a"], (setmetatable({ 'abc', - ["字段a"] = 123, + ["字段a"] = 123 }, { __call = function(self) return 998 end }))(), setmetatable({ 'abc', - ["字段a"] = 123, + ["字段a"] = 123 }, { __call = function(self) return 998 -- cgit v1.2.3-55-g6feb