summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-09 00:28:18 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-09 00:28:18 +0000
commit73f6003f89b7e556f2527ccf58cee0da91a5bcc1 (patch)
tree793834dbd29df01d17303eaa86cb355751bcdc99 /tests
parentc9a499526569220e3afc5294756dd2a045a1948b (diff)
downloadcoreutils-73f6003f89b7e556f2527ccf58cee0da91a5bcc1.tar.xz
(fowler-1): New test case.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tr/Test.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tr/Test.pm b/tests/tr/Test.pm
index d91c662a0..0cd96a9c2 100755
--- a/tests/tr/Test.pm
+++ b/tests/tr/Test.pm
@@ -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