From 06ef8c06893595bbd03b57744837b491665900bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Sat, 9 Sep 2006 17:56:08 +0000 Subject: [PATCH] Added test to verify bug #185 --- src/jquery/jquery.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index c4ed21b..4fe14f8 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1631,6 +1631,8 @@ jQuery.extend({ * @test t( "Is Visible", "input:visible", ["text1","text2","radio1","radio2","check1","check2","name"] ); * @test t( "Is Hidden", "input:hidden", ["hidden1","hidden2"] ); * + * @test t( "Grouped Form Elements", "input[@name='foo[bar]']", ["hidden2"] ); + * * @test t( "All Children of ID", "#foo/*", ["sndp", "en", "sap"] ); * @test t( "All Children of ID with no children", "#firstUL/*", [] ); * -- 1.7.10.4