Skip to content
Permalink
Browse files
Tweaked manipulation test to ignore order of elements from selector (…
…not important to the test).
  • Loading branch information
jeresig committed Aug 26, 2010
1 parent 5673e4b commit 3b76b58
Showing 1 changed file with 1 addition and 1 deletion.
@@ -221,7 +221,7 @@ var testAppend = function(valueObj) {

QUnit.reset();
expected = "This link has class=\"blog\": Simon Willison's WeblogYahooTry them out:";
jQuery('#sap').append(valueObj(jQuery("#first, #yahoo")));
jQuery('#sap').append(valueObj(jQuery("#yahoo, #first")));
equals( expected, jQuery('#sap').text(), "Check for appending of jQuery object" );

QUnit.reset();

0 comments on commit 3b76b58

Please sign in to comment.