Skip to content

Commit cef7b7e

Browse files
committed
fix syntax error in test class (see bigskysoftware/htmx#1990)
1 parent 4b0693c commit cef7b7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/test/resources/libraries/htmx/htmx-1.9.7/test/core

src/test/resources/libraries/htmx/htmx-1.9.7/test/core/ajax.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,8 @@ describe("Core htmx AJAX Tests", function(){
12841284
byId("submit").click();
12851285
this.server.respond();
12861286
responded.should.equal(true);
1287+
})
1288+
12871289
it("can associate submit buttons from outside a form with the current version of the form after swap", function(){
12881290
const template = '<form ' +
12891291
'id="hello" ' +

0 commit comments

Comments
 (0)