summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-07-12 00:30:05 +0200
committerlpsolit%gmail.com <>2007-07-12 00:30:05 +0200
commitc8ade4d646e6eeb2386aaaa852f2d1c0f1ef1653 (patch)
treec75792700c7f162d3f9e850661823a915e328e1a /t
parent3514b985595e35b69dd3a4e0819aa94dc80a399f (diff)
downloadbugzilla-c8ade4d646e6eeb2386aaaa852f2d1c0f1ef1653.tar.gz
bugzilla-c8ade4d646e6eeb2386aaaa852f2d1c0f1ef1653.tar.xz
Bug 340350: 009bugwords.t barewords detection is imperfect - Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin a=LpSolit
Diffstat (limited to '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]);