Skip to content

Commit

Permalink
deepEquals comparing nulls seems to break in ie6-8
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Dec 8, 2012
1 parent 3d60ec5 commit b2cfeb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/cmp.js
Expand Up @@ -16,3 +16,8 @@ test('not equal', function (t) {
));
t.end();
});

test('nested nulls', function (t) {
t.ok(equal([ null, null, null ], [ null, null, null ]));
t.end();
});

0 comments on commit b2cfeb9

Please sign in to comment.