From e7669f64d88612884df27c5744558191f8e6c8b1 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Fri, 13 Oct 2006 14:56:14 +0000 Subject: Added test for #174; Modified failing (IE) tests for find --- src/jquery/jquery.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/jquery/jquery.js') diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 1535fb5d4..7a59a4ea6 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1661,9 +1661,9 @@ jQuery.extend({ * t( "Attribute Exists", "*[@title]", ["google"] ); * t( "Attribute Exists", "[@title]", ["google"] ); * - * t( "Non-existing part of attribute [@name*=bla]", "[@name*=bla]", [] ); - * t( "Non-existing start of attribute [@name^=bla]", "[@name^=bla]", [] ); - * t( "Non-existing end of attribute [@name$=bla]", "[@name$=bla]", [] ); + * t( "Non-existing part of attribute", "[@name*=bla]", [] ); + * t( "Non-existing start of attribute", "[@name^=bla]", [] ); + * t( "Non-existing end of attribute", "[@name$=bla]", [] ); * * t( "Attribute Equals", "a[@rel='bookmark']", ["simon1"] ); * t( "Attribute Equals", 'a[@rel="bookmark"]', ["simon1"] ); -- cgit v1.2.3