diff options
Diffstat (limited to 'spec/outputs/macro.lua')
| -rw-r--r-- | spec/outputs/macro.lua | 8 |
1 files changed, 4 insertions, 4 deletions
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() | |||
| 301 | end | 301 | end |
| 302 | print((setmetatable({ | 302 | print((setmetatable({ |
| 303 | 'abc', | 303 | 'abc', |
| 304 | a = 123, | 304 | a = 123 |
| 305 | }, { | 305 | }, { |
| 306 | __call = function(self) | 306 | __call = function(self) |
| 307 | return 998 | 307 | return 998 |
| 308 | end | 308 | end |
| 309 | }))[1], (setmetatable({ | 309 | }))[1], (setmetatable({ |
| 310 | 'abc', | 310 | 'abc', |
| 311 | a = 123, | 311 | a = 123 |
| 312 | }, { | 312 | }, { |
| 313 | __call = function(self) | 313 | __call = function(self) |
| 314 | return 998 | 314 | return 998 |
| 315 | end | 315 | end |
| 316 | })).a, (setmetatable({ | 316 | })).a, (setmetatable({ |
| 317 | 'abc', | 317 | 'abc', |
| 318 | a = 123, | 318 | a = 123 |
| 319 | }, { | 319 | }, { |
| 320 | __call = function(self) | 320 | __call = function(self) |
| 321 | return 998 | 321 | return 998 |
| 322 | end | 322 | end |
| 323 | }))(), setmetatable({ | 323 | }))(), setmetatable({ |
| 324 | 'abc', | 324 | 'abc', |
| 325 | a = 123, | 325 | a = 123 |
| 326 | }, { | 326 | }, { |
| 327 | __call = function(self) | 327 | __call = function(self) |
| 328 | return 998 | 328 | return 998 |
