From 726e74ba96d6849efeaa2e59f9a6eb3a4545436e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 11 Jul 2007 22:31:13 +0000 Subject: [PATCH] =?utf8?q?Bug=20340350:=20009bugwords.t=20barewords=20dete?= =?utf8?q?ction=20is=20imperfect=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83?= =?utf8?q?=C2=A9ric=20Buclin=20=20r=3DColin=20a=3DLpSol?= =?utf8?q?it?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- t/009bugwords.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/009bugwords.t b/t/009bugwords.t index bf3d91f26f..a4962f223b 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]); -- 2.47.2