aboutsummaryrefslogtreecommitdiffstats
path: root/test/forcenum-mpfr.ok
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-12-20 20:10:46 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-12-20 20:10:46 +0200
commite1be14cd37e0c6c58284e18c859e334d1b5fa97f (patch)
tree586fd6aa1ba1527cf0b3c55971f1c3149d9a761b /test/forcenum-mpfr.ok
parent3b50111ac31a64e01a2e64a06c7c276f6b9424cf (diff)
downloadegawk-e1be14cd37e0c6c58284e18c859e334d1b5fa97f.tar.gz
egawk-e1be14cd37e0c6c58284e18c859e334d1b5fa97f.tar.bz2
egawk-e1be14cd37e0c6c58284e18c859e334d1b5fa97f.zip
Finish fixing +inform, +nancy, for MPFR.
Diffstat (limited to 'test/forcenum-mpfr.ok')
-rw-r--r--test/forcenum-mpfr.ok9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/forcenum-mpfr.ok b/test/forcenum-mpfr.ok
deleted file mode 100644
index 6e5853fa..00000000
--- a/test/forcenum-mpfr.ok
+++ /dev/null
@@ -1,9 +0,0 @@
-[] -> 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)