From ba04de6f7d1ad111b61e492f5af9c0fd6145d08d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 25 Feb 2009 19:24:46 +0000 Subject: =?UTF-8?q?Bug=20479164:=20"Bug"=20appears=20raw=20in=20"File=20a?= =?UTF-8?q?=20Bug"=20on=20index.cgi=20-=20Patch=20by=20Fr=C3=83=C2=A9d?= =?UTF-8?q?=C3=83=C2=A9ric=20Buclin=20=20r=3Dghendricks?= =?UTF-8?q?=20a=3DLpSolit?= 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 8abbe1606..242ac478d 100644 --- a/t/009bugwords.t +++ b/t/009bugwords.t @@ -68,7 +68,7 @@ foreach my $file (@testitems) { my $lineno = scalar(@lineno) + 1; # "a bug", "bug", "bugs" - if (grep /(a?[\s>]bugs?[\s.:;,])/i, $text) { + if (grep /(a?[\s>]bugs?[\s.:;,<])/i, $text) { # Exclude variable assignment. unless (grep /bugs =/, $text) { push(@errors, [$lineno, $text]); -- cgit v1.2.1