X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2FcoreTest.js;h=ada71959e34b79247164d110168a46fc34099ba5;hb=c20924818c560f1afd9c60f188c8bc616583217b;hp=31fe8387b836a5eb24e78f22488e1849d8ae4845;hpb=37ee2df8a81fa4e9fba49dbc166c4e89820f9152;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"] );