aboutsummaryrefslogtreecommitdiffstats
path: root/test/forcenum.ok
blob: a379db623faa13e46b6a6fe21b0830c0cac5bce2 (plain)
1
2
3
4
5
6
7
[] -> 0 (type string)
[5apple] -> 5 (type string)
[+NaN] -> nan (type strnum)
[ 6] -> 6 (type strnum)
[0x1az] -> 26 (type string)
[011Q] -> 9 (type string)
[027] -> 23 (type strnum)