querystring: Removing typecasting of numeric strings to numbers
authorMicheil Smith <micheil@brandedcode.com>
Mon, 19 Jul 2010 08:55:11 +0000 (18:55 +1000)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 19 Jul 2010 18:07:08 +0000 (11:07 -0700)
commit299671b731e9ba790195b1c66ee8ee23c662abf9
treeb1a3531c466d40556ada2768d7e381f8c8c27401
parentf18d9d8466a540874d7d099a77f7867306f9cc69
querystring: Removing typecasting of numeric strings to numbers

The tests did not accurately test for a strict equality, meaning that the
number == to the string.
lib/querystring.js
test/simple/test-querystring.js