Blame test/forcenum.ok

Packit 575503
[] -> 0 (type string)
Packit 575503
[5apple] -> 5 (type string)
Packit 575503
[NaN] -> 0 (type string)
Packit 575503
[-NaN] -> nan (type strnum)
Packit 575503
[+NaN] -> nan (type strnum)
Packit 575503
[ 6] -> 6 (type strnum)
Packit 575503
[0x1az] -> 26 (type string)
Packit 575503
[011Q] -> 9 (type string)
Packit 575503
[027] -> 23 (type strnum)