This commit is contained in:
carson 2020-10-18 06:49:07 -06:00
parent a2b00f22b1
commit d26a09c5c7

View File

@ -81,7 +81,7 @@ describe("Core htmx Regression Tests", function(){
byId("d1").getAttribute('@foo').should.equal('bar');
});
it ('@ symbol in attributes does not break attribute swizzling requests', function(){
it ('@ symbol in attributes does not break attribute settling requests', function(){
this.server.respondWith("GET", "/test", "<div id='d1' @foo='bar'>Foo</div>");
var div = make('<div hx-get="/test"><div id="d1">Foo</div></div>');
div.click();