diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/strnum2.ok | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index f5dbd571..cca91c53 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2016-06-26 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * strnum2.ok: Fix results, since print for a strnum should not be + affected by OFMT or CONVFMT. + 2016-06-22 Andrew J. Schorr <aschorr@telemetry-investments.com> * strnum2.awk, strnum2.ok: Improve test case to show both OFMT and diff --git a/test/strnum2.ok b/test/strnum2.ok index 65cfbde2..63898bd4 100644 --- a/test/strnum2.ok +++ b/test/strnum2.ok @@ -1,4 +1,4 @@ -1.2 -1.23 -1.2 -1.23 + 1.234 + 1.234 + 1.234 + 1.234 |