X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2FcoreTest.js;h=8d7e9f89c258a38d7e259dcf0beb5b2cb74680d7;hb=4f85aaebc6bf645168b5a51a5d3c40c9162734a3;hp=43b9e81016ec8f007f053af0bb83e96b78c7345f;hpb=05864eebcd4b6907043197ca9817715c3a46aa1b;p=jquery.git 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();