t("Name selector with single quotes","input[name='action']",["text1"]);
@@ -163,10 +163,14 @@ test("name", function() {
same(jQuery("#form").find("input[name=action]").get(),q("text1"),"Name selector within the context of another element");
same(jQuery("#form").find("input[name='foo[bar]']").get(),q("hidden2"),"Name selector for grouped form element within the context of another element");