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