mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Forgot to change the number of tests.
This commit is contained in:
parent
456094c205
commit
05864eebcd
2
src/jquery/coreTest.js
vendored
2
src/jquery/coreTest.js
vendored
@ -692,7 +692,7 @@ test("val(String)", function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test("html(String)", function() {
|
test("html(String)", function() {
|
||||||
expect(2);
|
expect(1);
|
||||||
var div = $("div");
|
var div = $("div");
|
||||||
div.html("<b>test</b>");
|
div.html("<b>test</b>");
|
||||||
var pass = true;
|
var pass = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user