]> source.dussan.org Git - jquery-ui.git/commitdiff
Checkboxradio: Fix invalid markup in core tests
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 6 Oct 2015 13:38:32 +0000 (15:38 +0200)
committerAlexander Schmitz <arschmitz@gmail.com>
Thu, 8 Oct 2015 18:02:59 +0000 (14:02 -0400)
tests/unit/checkboxradio/core.js

index 6d4ab6a2283509fe67ac01fbe1fdc4a81d8fe0ee..5fb13f5860073a3b926633cf19dc0e6e2ca46aee 100644 (file)
@@ -55,7 +55,7 @@ test( "Checkbox creation requires a label, and finds it in all cases", function(
                "<span><input type='checkbox' id='t7092b'><label for='t7092b'></label></span>",
                "<span><span><input type='checkbox' id='t7092c'></span><label for='t7092c'></label></span>",
                "<span><input type='checkbox' id='t7092d'></span><span><label for='t7092d'></label></span>",
-               "<span><input type='checkbox' id='t7092e'><span><label for='t7092e'></label></span>",
+               "<span><input type='checkbox' id='t7092e'><span><label for='t7092e'></label></span></span>",
                "<span><label><input type='checkbox' id='t7092f'></label></span>",
                "<span><input type='checkbox' id='check:7534'><label for='check:7534'>Label</label></span>"
        ];