X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2FcoreTest.js;h=ada71959e34b79247164d110168a46fc34099ba5;hb=b8d46f7b6a38d92d9e0ad0b0df12c773bcf1c634;hp=31fe8387b836a5eb24e78f22488e1849d8ae4845;hpb=cc5f46454fbf34ae8a8e526a621cab55e1c79cdb;p=jquery.git diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index 31fe838..ada7195 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -396,7 +396,7 @@ test("expressions - attributes", function() { t( "Attribute Ends With", "a[@href $= 'org/']", ["mark"] ); t( "Attribute Contains", "a[@href *= 'google']", ["google","groups"] ); - t("Select options via [@selected]", "#select1 option[@selected]", [] ); + t("Select options via [@selected]", "#select1 option[@selected]", ["option1a"] ); t("Select options via [@selected]", "#select2 option[@selected]", ["option2d"] ); t("Select options via [@selected]", "#select3 option[@selected]", ["option3b", "option3c"] );