tests: Uncomment Number.POSITIVE_INFINITY/Number.NEGATIVE_INFINITY tests

This commit is contained in:
Mike Welsh 2020-02-18 00:47:21 -08:00
parent c073afb077
commit 452ac84f0e
3 changed files with 6 additions and 0 deletions

View File

@ -145,6 +145,12 @@ base 37: -2147483647.9
// Number.NaN // Number.NaN
NaN NaN
// Number.POSITIVE_INFINITY
Infinity
// Number.NEGATIVE_INFINITY
-Infinity
// Boolean // Boolean
[type Function] [type Function]