diff options
Diffstat (limited to 'test/forcenum-mpfr.ok')
-rw-r--r-- | test/forcenum-mpfr.ok | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/forcenum-mpfr.ok b/test/forcenum-mpfr.ok new file mode 100644 index 00000000..6e5853fa --- /dev/null +++ b/test/forcenum-mpfr.ok @@ -0,0 +1,9 @@ +[] -> 0 (type string) +[5apple] -> 5 (type string) +[NaN] -> nan (type strnum) +[-NaN] -> nan (type strnum) +[+NaN] -> nan (type strnum) +[ 6] -> 6 (type strnum) +[0x1az] -> 26 (type string) +[011Q] -> 9 (type string) +[027] -> 23 (type strnum) |