Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added test to verify bug #185
  • Loading branch information
jzaefferer committed Sep 9, 2006
1 parent f153dec commit 06ef8c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jquery/jquery.js
Expand Up @@ -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/*", [] );
*
Expand Down

0 comments on commit 06ef8c0

Please sign in to comment.