From 73f6003f89b7e556f2527ccf58cee0da91a5bcc1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Sep 2004 00:28:18 +0000 Subject: [PATCH] (fowler-1): New test case. --- tests/tr/Test.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tr/Test.pm b/tests/tr/Test.pm index d91c662a0f..0cd96a9c20 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 -- 2.47.2