diff options
author | john haque <j.eh@mchsi.com> | 2012-02-14 08:13:19 -0600 |
---|---|---|
committer | john haque <j.eh@mchsi.com> | 2012-02-14 08:13:19 -0600 |
commit | 06a6f16495e2a3d0cb664fc473107d3cdbe6f11e (patch) | |
tree | e9cd44bcd2ea18759036e894c09199378f960c2d /test | |
parent | cd44d957787e162df4348028c22e8b9621000790 (diff) | |
download | egawk-06a6f16495e2a3d0cb664fc473107d3cdbe6f11e.tar.gz egawk-06a6f16495e2a3d0cb664fc473107d3cdbe6f11e.tar.bz2 egawk-06a6f16495e2a3d0cb664fc473107d3cdbe6f11e.zip |
Add infrastructure for MPFR/GMP support.
Diffstat (limited to 'test')
-rw-r--r-- | test/badargs.ok | 1 | ||||
-rw-r--r-- | test/dumpvars.ok | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/badargs.ok b/test/badargs.ok index cb140161..b7bbff04 100644 --- a/test/badargs.ok +++ b/test/badargs.ok @@ -18,6 +18,7 @@ Short options: GNU long options: (extensions) -l library --load=library -L [fatal] --lint[=fatal] -n --non-decimal-data + -M --mpfr -N --use-lc-numeric -o[file] --pretty-print[=file] -O --optimize diff --git a/test/dumpvars.ok b/test/dumpvars.ok index 01d5fb78..aa49388d 100644 --- a/test/dumpvars.ok +++ b/test/dumpvars.ok @@ -16,7 +16,9 @@ NR: 3 OFMT: "%.6g" OFS: " " ORS: "\n" +PREC: 53 RLENGTH: 0 +RNDMODE: "RNDN" RS: "\n" RSTART: 0 RT: "\n" |