Skip to content
Permalink
Browse files
Forgotten to update the number of jQuery.extend related tests.
  • Loading branch information
rkatic authored and jeresig committed Nov 12, 2009
1 parent 93be758 commit 7b26e3b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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" },

0 comments on commit 7b26e3b

Please sign in to comment.