Skip to content

Commit dc2bede

Browse files
jzaeffererarschmitz
authored andcommitted
Checkboxradio: Fix invalid markup in core tests
1 parent 6ed30a6 commit dc2bede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/checkboxradio/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test( "Checkbox creation requires a label, and finds it in all cases", function(
5555
"<span><input type='checkbox' id='t7092b'><label for='t7092b'></label></span>",
5656
"<span><span><input type='checkbox' id='t7092c'></span><label for='t7092c'></label></span>",
5757
"<span><input type='checkbox' id='t7092d'></span><span><label for='t7092d'></label></span>",
58-
"<span><input type='checkbox' id='t7092e'><span><label for='t7092e'></label></span>",
58+
"<span><input type='checkbox' id='t7092e'><span><label for='t7092e'></label></span></span>",
5959
"<span><label><input type='checkbox' id='t7092f'></label></span>",
6060
"<span><input type='checkbox' id='check:7534'><label for='check:7534'>Label</label></span>"
6161
];

0 commit comments

Comments
 (0)