add tests for new casting behavior
more integers are preserved now
This commit is contained in:
parent
5b02dc93d6
commit
55d7a51343
1 changed files with 2 additions and 0 deletions
|
|
@ -20,3 +20,5 @@ function checkAll(val) {
|
|||
}
|
||||
|
||||
checkAll(3902408827)
|
||||
checkAll(Number.MAX_SAFE_INTEGER)
|
||||
checkAll(Number.MIN_SAFE_INTEGER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue