aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/test/close_attribute_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/outputs/test/close_attribute_spec.lua')
-rw-r--r--spec/outputs/test/close_attribute_spec.lua2
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