mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Forgotten to update the number of jQuery.extend related tests.
This commit is contained in:
@@ -517,7 +517,7 @@ test("jQuery.merge()", function() {
|
||||
});
|
||||
|
||||
test("jQuery.extend(Object, Object)", function() {
|
||||
expect(23);
|
||||
expect(24);
|
||||
|
||||
var settings = { xnumber1: 5, xnumber2: 7, xstring1: "peter", xstring2: "pan" },
|
||||
options = { xnumber2: 1, xstring2: "x", xxx: "newstring" },
|
||||
|
||||
Reference in New Issue
Block a user