aboutsummaryrefslogtreecommitdiffstats
path: root/test/forcenum-mpfr.ok
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-08 19:23:38 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-08 19:23:38 +0300
commit2a3d876938d39d03cf563d1bd8382c316839c08d (patch)
tree49a5f62bcea87fd80f7284c905370a0c2f37c8b3 /test/forcenum-mpfr.ok
parentf34e5c8c66202a4bf58a86799d4efd438ffa1284 (diff)
downloadegawk-2a3d876938d39d03cf563d1bd8382c316839c08d.tar.gz
egawk-2a3d876938d39d03cf563d1bd8382c316839c08d.tar.bz2
egawk-2a3d876938d39d03cf563d1bd8382c316839c08d.zip
Fix MPFR tests that are OK.
Diffstat (limited to 'test/forcenum-mpfr.ok')
-rw-r--r--test/forcenum-mpfr.ok9
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)