diff options
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/printhuge.awk | 2 | ||||
-rw-r--r-- | test/printhuge.ok | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index d0abdde3..4f72280b 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2014-07-25 Arnold D. Robbins <arnold@skeeve.com> + + * printhuge.awk: Add a newline to output. + * printhuge.ok: Adjust. + 2014-07-24 Arnold D. Robbins <arnold@skeeve.com> * badargs.ok: Adjust after correctly alphabetizing options. diff --git a/test/printhuge.awk b/test/printhuge.awk index 4d4fb7d4..1de27ecc 100644 --- a/test/printhuge.awk +++ b/test/printhuge.awk @@ -1,3 +1,3 @@ BEGIN { - printf("%c", sprintf("%c", (0xffffff00+255))) + printf("%c\n", sprintf("%c", (0xffffff00+255))) } diff --git a/test/printhuge.ok b/test/printhuge.ok index ce542efa..29e181eb 100644 --- a/test/printhuge.ok +++ b/test/printhuge.ok @@ -1 +1 @@ -ÿ
\ No newline at end of file +ÿ |