mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 05:21:18 +00:00
clean up extraneous newlines in test
This commit is contained in:
parent
612d2fedf1
commit
381005b018
@ -317,6 +317,7 @@ describe("Core htmx AJAX Tests", function(){
|
||||
done();
|
||||
}, 20);
|
||||
});
|
||||
|
||||
it('properly handles multiple select input', function()
|
||||
{
|
||||
var values;
|
||||
@ -342,13 +343,11 @@ describe("Core htmx AJAX Tests", function(){
|
||||
this.server.respond();
|
||||
values.should.deep.equal({multiSelect:"m1"});
|
||||
|
||||
|
||||
byId("m1").selected = true;
|
||||
byId("m3").selected = true;
|
||||
form.click();
|
||||
this.server.respond();
|
||||
values.should.deep.equal({multiSelect:["m1", "m3"]});
|
||||
|
||||
});
|
||||
|
||||
it('properly handles checkbox inputs', function()
|
||||
|
Loading…
x
Reference in New Issue
Block a user