var x = jQuery( "#yahoo" );
x.parent();
- assert.equal( "Yahoo", jQuery( "#yahoo" ).text(), "check for non-destructive behaviour" );
+ assert.equal( "Yahoo", jQuery( "#yahoo" ).text(), "check for non-destructive behavior" );
} );
QUnit.test( "length", function( assert ) {
// First clone
$clone = $section.clone();
- // This branch tests a known behaviour in modern browsers that should never fail.
+ // This branch tests a known behavior in modern browsers that should never fail.
// Included for expected test count symmetry (expecting 1)
assert.equal( $clone[ 0 ].nodeName, "SECTION", "detached clone nodeName matches 'SECTION'" );