diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-14 12:02:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-14 12:02:02 +0000 |
commit | bd8cef5a702d9a83e373809168f449728261da3b (patch) | |
tree | 8d16a432ae4551e5f8e5ad44255a1dc3ed4b9f98 /tests/FILEFORMAT | |
parent | 708431e2ea5da8d582cf92241ac8ee30a8c7e47b (diff) |
the strip stuff
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index de410d0ee..7b8313abc 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -43,6 +43,11 @@ which is useful if the test case needs a file to act on. <errorcode> numerical error code curl is supposed to return </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> the protocol dump curl should transmit </protocol> |