1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1997-11-02 14:28:10 +00:00
parent 267987dd44
commit 53424a8278

View File

@@ -20,8 +20,8 @@ my @tv = (
['b0', '', "", " 0 0 0\n", 0],
['b1', '', "a b\nc\n", " 2 3 6\n", 0],
['c0', '-L', "1\n12\n", " 2\n", 0],
['c0', '-L', "1\n123\n1\n", " 3\n", 0],
['c1', '-L', "\n123456", " 6\n", 0],
['c1', '-L', "1\n123\n1\n", " 3\n", 0],
['c2', '-L', "\n123456", " 6\n", 0],
);
sub test_vector