зеркало из https://github.com/mozilla/pjs.git
Bug 325593: [BUGZILLA] Misses bug references in a sentence with dots or commas
Patch by: Teemu Mannermaa <wicked@etlicon.fi>; r=colin.ogilvie, mkanat
This commit is contained in:
Родитель
441bd8f891
Коммит
dcee60211f
|
@ -700,6 +700,7 @@ sub ignoringCommentsTo {
|
|||
my $self = shift;
|
||||
my ($who) = @_;
|
||||
foreach (@{$self->{'ignoreCommentsTo'}}) {
|
||||
next unless $_; # Ignore blanks, happens when the array is empty (?)
|
||||
return 1 if $who =~ m/^(?:.*[]\s,.;:\\\/=?!()<>{}[-])?\Q$_\E(?:[]\s,.;:\\\/=?!()<>{}[-].*)?$/is;
|
||||
}
|
||||
return 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче