mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Removed test for bug #206, wontfix
This commit is contained in:
parent
feabeb8572
commit
7609b59c3f
6
src/jquery/jquery.js
vendored
6
src/jquery/jquery.js
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user