1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-01 05:26:20 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1997-11-02 14:21:59 +00:00
parent 0b5e948104
commit c70a6df8c7
+3 -1
View File
@@ -13,12 +13,14 @@ my @tv = (
['a4', '-w', 'x', " 1\n", 0],
['a5', '-w', "x y\n", " 2\n", 0],
['a6', '-w', "x y\nz", " 3\n", 0],
# Remember, -l counts *newline* bytes, not lines.
# Remember, -l counts *newline* bytes, not logical lines.
['a7', '-l', "x y", " 0\n", 0],
['a8', '-l', "x y\n", " 1\n", 0],
['a9', '-l', "x\ny\n", " 2\n", 0],
['b0', '', "", " 0 0 0\n", 0],
['b1', '', "a b\nc\n", " 2 3 6\n", 0],
['c0', '-L', "1\n12\n", " 2\n", 0],
['c1', '-L', "\n123456", " 6\n", 0],
);
sub test_vector