aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-10-11 14:35:45 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-10-11 14:35:45 +0300
commit662a50264f770f5bd972bee0e1980b9cb08ff41d (patch)
tree6c243145b74a48e7eaed5fd0294093ff7e2e3cc8 /test
parent2acb7e752d79c8c57098461c00d2a1022e761b55 (diff)
downloadegawk-662a50264f770f5bd972bee0e1980b9cb08ff41d.tar.gz
egawk-662a50264f770f5bd972bee0e1980b9cb08ff41d.tar.bz2
egawk-662a50264f770f5bd972bee0e1980b9cb08ff41d.zip
Use original input text of numbers when pretty printing.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/mpfrmemok1.ok2
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index a4d5baae..10809205 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-07 Arnold D. Robbins <arnold@skeeve.com>
+
+ * mpfrmemok1.ok: Update after code change.
+
2016-09-09 Norihiro Tanaka <noritnk@kcn.ne.jp>
* Makefile.am (anchor): New test.
diff --git a/test/mpfrmemok1.ok b/test/mpfrmemok1.ok
index 2389a2d5..6bbd0309 100644
--- a/test/mpfrmemok1.ok
+++ b/test/mpfrmemok1.ok
@@ -2,6 +2,6 @@
# BEGIN rule(s)
BEGIN {
- 1 v = 340282366920938463463374607431768211456
+ 1 v = 0x0100000000000000000000000000000000
}