mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
remove newline from matching pattern
This commit is contained in:
parent
7548115a0e
commit
da91d6ac66
@ -1128,6 +1128,7 @@ sub singletest {
|
||||
|
||||
for(@strip) {
|
||||
# strip all patterns from both arrays
|
||||
chomp $_;
|
||||
@out = striparray( $_, \@out);
|
||||
@protstrip= striparray( $_, \@protstrip);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user