X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=test%2Funit%2Fselector.js;h=98fa3ca88a1b78834d1d54c74a6dea17dc6574f6;hb=0865b073f81513056f46296cd2a236ab2ca35703;hp=d4830a8cf7bc786fb527e75cd35916eeed52d24d;hpb=a27b5d0468acc5dd8cdfcbff9464546b353e3c04;p=jquery.git diff --git a/test/unit/selector.js b/test/unit/selector.js index d4830a8..98fa3ca 100644 --- a/test/unit/selector.js +++ b/test/unit/selector.js @@ -64,7 +64,7 @@ test("id", function() { t( "ID Selector, not a child ID", "#form > #option1a", [] ); t( "All Children of ID", "#foo > *", ["sndp", "en", "sap"] ); - t( "All Children of ID with no children", "#firstUL/*", [] ); + t( "All Children of ID with no children", "#firstUL > *", [] ); jQuery('tName1 AtName2 A
tName1 Div
').appendTo('#main'); equals( jQuery("#tName1")[0].id, 'tName1', "ID selector with same value for a name attribute" );