projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
267987d
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sun, 2 Nov 1997 14:28:10 +0000
(14:28 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 2 Nov 1997 14:28:10 +0000
(14:28 +0000)
tests/wc/Test.pm
patch
|
blob
|
history
diff --git
a/tests/wc/Test.pm
b/tests/wc/Test.pm
index
da81002
..
11607b0
100755
(executable)
--- a/
tests/wc/Test.pm
+++ b/
tests/wc/Test.pm
@@
-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],
-['c
0
', '-L', "1\n123\n1\n", " 3\n", 0],
-['c
1
', '-L', "\n123456", " 6\n", 0],
+['c
1
', '-L', "1\n123\n1\n", " 3\n", 0],
+['c
2
', '-L', "\n123456", " 6\n", 0],
);
sub test_vector