Status: New
Owner: ----
New issue 955 by JanDeMooij: parseInt('-\t0') should return NaN, not 0
http://code.google.com/p/v8/issues/detail?id=955
Bug 946 fixed parseFloat, but apparently parseInt has the same problem.
parseInt('-\t0') returns 0, while it returns NaN in FF, Safari and Opera.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
