Moved the bulk of the selector code out into a separate file, changed the build files...
[jquery.git] / src / jquery / coreTest.js
index 31fe838..ada7195 100644 (file)
@@ -396,7 +396,7 @@ test("expressions - attributes", function() {
        t( "Attribute Ends With", "a[@href $= 'org/']", ["mark"] );\r
        t( "Attribute Contains", "a[@href *= 'google']", ["google","groups"] );\r
        \r
-       t("Select options via [@selected]", "#select1 option[@selected]", [] );\r
+       t("Select options via [@selected]", "#select1 option[@selected]", ["option1a"] );\r
        t("Select options via [@selected]", "#select2 option[@selected]", ["option2d"] );\r
        t("Select options via [@selected]", "#select3 option[@selected]", ["option3b", "option3c"] );\r
        \r