From 5ed992d5f590a06429859c6b5c511fce07a33b28 Mon Sep 17 00:00:00 2001 From: John Resig Date: Sun, 8 Jul 2007 04:46:21 +0000 Subject: [PATCH] Making the test suite a little more XML-compliant. --- build/test/index.html | 4 ++-- src/jquery/coreTest.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/test/index.html b/build/test/index.html index 36e37ae..756e2a5 100644 --- a/build/test/index.html +++ b/build/test/index.html @@ -91,8 +91,8 @@ Float test.
- - + +
diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index 43b9e81..8d7e9f8 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -407,7 +407,7 @@ test("append(String|Element|Array<Element>|jQuery)", function() { ok( pass, "Test for appending a DOM node to the contents of an IFrame" ); reset(); - $('
').appendTo('#form').append('test'); + $('
').appendTo('#form').append('test'); t( 'Append legend', '#legend', ['legend'] ); reset(); @@ -417,7 +417,7 @@ test("append(String|Element|Array<Element>|jQuery)", function() { $('#table').append(''); ok( $('#table colgroup').length, "Append colgroup" ); - $('#table colgroup').append(''); + $('#table colgroup').append(''); ok( $('#table colgroup col').length, "Append col" ); reset(); -- 1.7.10.4