From 54641d0e624239fdbe1c9e6dc724b977f2aeebbb Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 15 Aug 2006 02:45:15 +0000 Subject: =?UTF-8?q?Bug=20275636:=20Templatise=20'newchangedmail'=20email?= =?UTF-8?q?=20(BugMail)=20-=20Patch=20by=20Andr=C3=A9=20Batosti=20=20r=3DLpSolit=20a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- t/009bugwords.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/009bugwords.t') diff --git a/t/009bugwords.t b/t/009bugwords.t index 9249ba4ac..5b1a9d6ba 100644 --- a/t/009bugwords.t +++ b/t/009bugwords.t @@ -77,7 +77,7 @@ foreach my $file (@testitems) { } # "Bugzilla" - if (grep /Bugzilla[^_]/, $text) { + if (grep /(?|USE |= )Bugzilla/, $text) { push(@errors, [$lineno, $text]); -- cgit v1.2.1