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/e787a8625d16
branches:  trunk
changeset: 346115:e787a8625d16
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 59c6f58b8c46 -r e787a8625d16 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 59c6f58b8c46 -r e787a8625d16 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