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/attrib_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/attrib_spec.lua')
| -rw-r--r-- | spec/outputs/test/attrib_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/outputs/test/attrib_spec.lua b/spec/outputs/test/attrib_spec.lua index d459bbb..7408fa7 100644 --- a/spec/outputs/test/attrib_spec.lua +++ b/spec/outputs/test/attrib_spec.lua | |||
| @@ -78,13 +78,13 @@ return describe("attrib", function() | |||
| 78 | local result | 78 | local result |
| 79 | if true then | 79 | if true then |
| 80 | result = setmetatable({ | 80 | result = setmetatable({ |
| 81 | value = 42, | 81 | value = 42 |
| 82 | }, { | 82 | }, { |
| 83 | __close = function() end | 83 | __close = function() end |
| 84 | }) | 84 | }) |
| 85 | else | 85 | else |
| 86 | result = setmetatable({ | 86 | result = setmetatable({ |
| 87 | value = 0, | 87 | value = 0 |
| 88 | }, { | 88 | }, { |
| 89 | __close = function() end | 89 | __close = function() end |
| 90 | }) | 90 | }) |
