Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/bin/cat PR bin/4841 was filed regarding the handling o...
details: https://anonhg.NetBSD.org/src/rev/d13f0140c399
branches: trunk
changeset: 816257:d13f0140c399
user: sevan <sevan%NetBSD.org@localhost>
date: Sun Jun 26 22:50:46 2016 +0000
description:
PR bin/4841 was filed regarding the handling of blank lines when cat was invoked
with -be, the test case however did not utilise any blank lines, only testing
that the text was aligned.
diffstat:
tests/bin/cat/d_align.in | 2 ++
tests/bin/cat/d_align.out | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r a42db8a32c8c -r d13f0140c399 tests/bin/cat/d_align.in
--- a/tests/bin/cat/d_align.in Sun Jun 26 15:46:42 2016 +0000
+++ b/tests/bin/cat/d_align.in Sun Jun 26 22:50:46 2016 +0000
@@ -1,3 +1,5 @@
a b c
+
1 2 3
+
x y z
diff -r a42db8a32c8c -r d13f0140c399 tests/bin/cat/d_align.out
--- a/tests/bin/cat/d_align.out Sun Jun 26 15:46:42 2016 +0000
+++ b/tests/bin/cat/d_align.out Sun Jun 26 22:50:46 2016 +0000
@@ -1,3 +1,5 @@
1 a b c$
+ $
2 1 2 3$
+ $
3 x y z$
Home |
Main Index |
Thread Index |
Old Index