mirror of
https://github.com/curl/curl.git
synced 2026-06-23 03:15:38 +03:00
remove newline from matching pattern
This commit is contained in:
parent
7548115a0e
commit
da91d6ac66
1 changed files with 1 additions and 0 deletions
|
|
@ -1128,6 +1128,7 @@ sub singletest {
|
|||
|
||||
for(@strip) {
|
||||
# strip all patterns from both arrays
|
||||
chomp $_;
|
||||
@out = striparray( $_, \@out);
|
||||
@protstrip= striparray( $_, \@protstrip);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue