diff options
author | lpsolit%gmail.com <> | 2009-02-25 20:24:46 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-02-25 20:24:46 +0100 |
commit | ba04de6f7d1ad111b61e492f5af9c0fd6145d08d (patch) | |
tree | aa5b009390a0d46fa83993c80136739f74b69742 /t | |
parent | 51c13dbeddd73ef4dd056a2e297696abe7d9e774 (diff) | |
download | bugzilla-ba04de6f7d1ad111b61e492f5af9c0fd6145d08d.tar.gz bugzilla-ba04de6f7d1ad111b61e492f5af9c0fd6145d08d.tar.xz |
Bug 479164: "Bug" appears raw in "File a Bug" on index.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 't')
-rw-r--r-- | t/009bugwords.t | 2 |
1 files changed, 1 insertions, 1 deletions
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]); |