зеркало из https://github.com/mozilla/pjs.git
Bug 340350: 009bugwords.t barewords detection is imperfect - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=Colin a=LpSolit
This commit is contained in:
Родитель
d83c776371
Коммит
a73b1889c9
|
@ -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]);
|
||||
|
|
Загрузка…
Ссылка в новой задаче