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:
mozilla%colinogilvie.co.uk 2006-02-13 22:56:15 +00:00
Родитель 441bd8f891
Коммит dcee60211f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;