summaryrefslogtreecommitdiffstats
path: root/t/009bugwords.t
diff options
context:
space:
mode:
Diffstat (limited to 't/009bugwords.t')
-rw-r--r--t/009bugwords.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/009bugwords.t b/t/009bugwords.t
index bf3d91f26..a4962f223 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]);