mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-21 07:48:04 +08:00
(fowler-1): New test case.
This commit is contained in:
parent
c9a4995265
commit
73f6003f89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user