mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Forgot to update the test counts
This commit is contained in:
parent
8415e8a13d
commit
4aafe727da
@ -1053,7 +1053,7 @@ test("clone() on XML nodes", function() {
|
||||
}
|
||||
|
||||
var testHtml = function(valueObj) {
|
||||
expect(31);
|
||||
expect(35);
|
||||
|
||||
jQuery.scriptorder = 0;
|
||||
|
||||
@ -1141,7 +1141,7 @@ test("html(String)", function() {
|
||||
test("html(Function)", function() {
|
||||
testHtml(functionReturningObj);
|
||||
|
||||
expect(33);
|
||||
expect(37);
|
||||
|
||||
QUnit.reset();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user