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/test/close_attribute_spec.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/test/close_attribute_spec.lua')
| -rw-r--r-- | spec/outputs/test/close_attribute_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/outputs/test/close_attribute_spec.lua b/spec/outputs/test/close_attribute_spec.lua index cc64da8..40a3a0d 100644 --- a/spec/outputs/test/close_attribute_spec.lua +++ b/spec/outputs/test/close_attribute_spec.lua | |||
| @@ -72,7 +72,7 @@ return describe("close attribute", function() | |||
| 72 | it("should work with fat arrow", function() | 72 | it("should work with fat arrow", function() |
| 73 | local closed = false | 73 | local closed = false |
| 74 | local obj = setmetatable({ | 74 | local obj = setmetatable({ |
| 75 | value = 10, | 75 | value = 10 |
| 76 | }, { | 76 | }, { |
| 77 | __close = function(self) | 77 | __close = function(self) |
| 78 | closed = true | 78 | closed = true |
