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/macro.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'spec/outputs/macro.lua') diff --git a/spec/outputs/macro.lua b/spec/outputs/macro.lua index 89c6e63..91048e6 100644 --- a/spec/outputs/macro.lua +++ b/spec/outputs/macro.lua @@ -301,28 +301,28 @@ end):Destroy() end print((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