summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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