diff --git a/test/9_input2.luax b/test/9_input2.luax index c7d9ff6..07498b7 100644 --- a/test/9_input2.luax +++ b/test/9_input2.luax @@ -3,7 +3,7 @@ local todo = { id="1", done = false } return " hx-swap="outerHTML" diff --git a/test/test_spec.lua b/test/test_spec.lua index 7f17dc3..935d423 100644 --- a/test/test_spec.lua +++ b/test/test_spec.lua @@ -79,7 +79,7 @@ describe("LuaX", function() it("should return a HTML string when given input node", function() local el = require("test.9_input2") assert.is.equal( - '', + '', h(el)) end)