1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-26 20:28:49 +08:00

Accept out-of-range +/-Infinity (instead of NaNing)

This commit is contained in:
Robert Krimen
2012-11-06 11:06:45 -08:00
parent 75ea5e32a4
commit 26f8a53978
4 changed files with 11 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ TEST := -v --run ParseSuccess
TEST := -v --run Parse
TEST := -v --run ParseFailure
TEST := -v --run RegExp
TEST := -v --run stringToFloat
TEST := .
test: test-i