From 7609b59c3f32f5836a4fb7b1e01c3c86df778151 Mon Sep 17 00:00:00 2001
From: =?utf8?q?J=C3=B6rn=20Zaefferer?= <joern.zaefferer@gmail.com>
Date: Mon, 2 Oct 2006 16:29:48 +0000
Subject: [PATCH] Removed test for bug #206, wontfix

---
 src/jquery/jquery.js |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js
index 829ef4a..5c69caa 100644
--- a/src/jquery/jquery.js
+++ b/src/jquery/jquery.js
@@ -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.
-- 
1.7.10.4