Change test description

This commit is contained in:
Oleg 2013-01-07 23:21:42 +04:00 committed by Dave Methvin
parent c9bf5c5e90
commit 6d2ae92fe4

View File

@ -1244,7 +1244,8 @@ test("jQuery.parseHTML", function() {
equal( html[ 0 ].innerHTML, "test div", "Content should be preserved" ); equal( html[ 0 ].innerHTML, "test div", "Content should be preserved" );
equal( jQuery.parseHTML("<span><span>").length, 1, "Incorrect html-strings should not break anything" ); equal( jQuery.parseHTML("<span><span>").length, 1, "Incorrect html-strings should not break anything" );
equal( jQuery.parseHTML("<td><td>")[ 1 ].parentNode.nodeType, 11, "parentNode should be documentFragment" ); equal( jQuery.parseHTML("<td><td>")[ 1 ].parentNode.nodeType, 11,
"parentNode should be documentFragment for wrapMap (variable in manipulation module) elements too" );
}); });
test("jQuery.parseJSON", function(){ test("jQuery.parseJSON", function(){