From: Paul Eggert Date: Thu, 9 Sep 2004 00:28:18 +0000 (+0000) Subject: (fowler-1): New test case. X-Git-Tag: v5.3.0~719 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73f6003f89b7e556f2527ccf58cee0da91a5bcc1;p=thirdparty%2Fcoreutils.git (fowler-1): New test case. --- 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