mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
the strip stuff
This commit is contained in:
parent
708431e2ea
commit
bd8cef5a70
@ -43,6 +43,11 @@ which is useful if the test case needs a file to act on.
|
|||||||
<errorcode>
|
<errorcode>
|
||||||
numerical error code curl is supposed to return
|
numerical error code curl is supposed to return
|
||||||
</errorcode>
|
</errorcode>
|
||||||
|
<strip>
|
||||||
|
One regex per line that is removed from the protocol dumps before the
|
||||||
|
comparison is made. This is very useful to remove dependencies on dynamicly
|
||||||
|
changing protocol data such as port numbers or user-agent strings.
|
||||||
|
</strip>
|
||||||
<protocol>
|
<protocol>
|
||||||
the protocol dump curl should transmit
|
the protocol dump curl should transmit
|
||||||
</protocol>
|
</protocol>
|
||||||
|
Loading…
Reference in New Issue
Block a user