mirror of https://github.com/lukechilds/node.git
Browse Source
63644dd1cd
introduced a regression caused by everyone's favourite
JavaScript feature: undefined < 0 === undefined >= 0.
Add a case to the existing tests to cover this scenario and then add
the check for undefined that makes the test pass.
PR-URL: https://github.com/nodejs/node/pull/3331
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed By: Evan Lucas <evanlucas@me.com>
v4.x
committed by
James M Snell
2 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue