mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-29 22:11:22 +00:00
fix name
This commit is contained in:
parent
a2b00f22b1
commit
d26a09c5c7
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user