Module Name:    src
Committed By:   sevan
Date:           Sun Jun 26 22:50:46 UTC 2016

Modified Files:
        src/tests/bin/cat: d_align.in d_align.out

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/bin/cat/d_align.in \
    src/tests/bin/cat/d_align.out

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/bin/cat/d_align.in
diff -u src/tests/bin/cat/d_align.in:1.1 src/tests/bin/cat/d_align.in:1.2
--- src/tests/bin/cat/d_align.in:1.1	Tue Mar 27 08:16:33 2012
+++ src/tests/bin/cat/d_align.in	Sun Jun 26 22:50:46 2016
@@ -1,3 +1,5 @@
 a b c
+
 1 2 3
+
 x y z
Index: src/tests/bin/cat/d_align.out
diff -u src/tests/bin/cat/d_align.out:1.1 src/tests/bin/cat/d_align.out:1.2
--- src/tests/bin/cat/d_align.out:1.1	Tue Mar 27 08:16:33 2012
+++ src/tests/bin/cat/d_align.out	Sun Jun 26 22:50:46 2016
@@ -1,3 +1,5 @@
      1	a b c$
+      	$
      2	1 2 3$
+      	$
      3	x y z$

Reply via email to