aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-07-25 11:32:42 -0400
committerArnold D. Robbins <arnold@skeeve.com>2014-07-25 11:32:42 -0400
commit9cd825e62e4e1ba27e4238962fb6f04d3e9d906c (patch)
tree87a34deade2828c4b348d751a3f1afc9d9630ccf
parent91f979adfcc3c19bec24fc5272c23c065ba3040b (diff)
downloadegawk-9cd825e62e4e1ba27e4238962fb6f04d3e9d906c.tar.gz
egawk-9cd825e62e4e1ba27e4238962fb6f04d3e9d906c.tar.bz2
egawk-9cd825e62e4e1ba27e4238962fb6f04d3e9d906c.zip
Add newline to printhuge test.
-rw-r--r--test/ChangeLog5
-rw-r--r--test/printhuge.awk2
-rw-r--r--test/printhuge.ok2
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
+ÿ