(fowler-1): New test case.

This commit is contained in:
Paul Eggert 2004-09-09 00:28:18 +00:00
parent c9a4995265
commit 73f6003f89

View File

@ -112,6 +112,9 @@ my @tv = (
['repeat-compl', '-c ' . q|'[a*65536]\n' '[b*]'|, 'abcd', 'abbb', 0],
['repeat-Compl', '-C ' . q|'[a*65536]\n' '[b*]'|, 'abcd', 'abbb', 0],
# From Glenn Fowler.
['fowler-1', q|ah -H|, 'aha', '-H-', 0],
);
sub test_vector