mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
4634. [contrib] check5011.pl needs to handle optional space before
semi-colon in +multi-line output. [RT #45352]
This commit is contained in:
@@ -27,7 +27,7 @@ sub getkey ($$) {
|
||||
last if m{^[)]};
|
||||
$data .= $_;
|
||||
}
|
||||
m{ alg = (\S+); key id = (\d+)};
|
||||
m{ alg = (\S+)\s*; key id = (\d+)};
|
||||
$k->{alg} = $1;
|
||||
$k->{id} = $2;
|
||||
$k->{data} = $data;
|
||||
|
Reference in New Issue
Block a user