зеркало из https://github.com/mozilla/pjs.git
Support negative integers too
This commit is contained in:
Родитель
f45fb75c09
Коммит
cbaf4bd887
|
@ -40,5 +40,5 @@ sub type {
|
|||
sub validate {
|
||||
my $self = shift;
|
||||
my($data) = @_;
|
||||
return ((not defined($data)) or ($data =~ m/^\d+$/o));
|
||||
return ((not defined($data)) or ($data =~ m/^-?\d+$/o));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче