Skip to content
Permalink
Browse files
Removed test for bug #206, wontfix
  • Loading branch information
jzaefferer committed Oct 2, 2006
1 parent feabeb8 commit 7609b59
Showing 1 changed file with 0 additions and 6 deletions.
@@ -667,12 +667,6 @@ jQuery.fn = jQuery.prototype = {
* var result = $('#first').append('<b>buga</b>');
* ok( result.text() == defaultText + 'buga', 'Check if text appending works' );
*
* reset();
* var expected = "Try them out: bla ";
* $('#first').append(" ");
* $('#first').append("bla ");
* ok( expected == $('#first').text(), "Check for appending of spaces" );
*
* @name append
* @type jQuery
* @param String html A string of HTML, that will be created on the fly and appended to the target.

0 comments on commit 7609b59

Please sign in to comment.