summaryrefslogtreecommitdiff
path: root/tests/wc/Test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wc/Test.pm')
-rwxr-xr-xtests/wc/Test.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wc/Test.pm b/tests/wc/Test.pm
index 261f68e25..da81002f1 100755
--- a/tests/wc/Test.pm
+++ b/tests/wc/Test.pm
@@ -20,6 +20,7 @@ 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],
);