diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-06-18 09:46:38 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-06-18 09:50:43 +0200 |
commit | 185890d5d793cc06b801f0966327914bfb980b84 (patch) | |
tree | 024c2360dc639b8fa6c29b35aec68f6daa67f5c3 /tests | |
parent | dc90f510657875a95d8f82def2c1e79c7284c9dc (diff) | |
download | curl-185890d5d793cc06b801f0966327914bfb980b84.tar.gz |
FILEFORMAT: describe verify/stderr
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FILEFORMAT.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index 30c713a23..62cddd1a7 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -444,6 +444,15 @@ server is used), if 'nonewline' is set, we will cut off the trailing newline of this given data before comparing with the one actually sent by the client The `<strip>` and `<strippart>` rules are applied before comparisons are made. +### `<stderr [mode="text"] [nonewline="yes"]>` +This verifies that this data was passed to stderr. + +Use the mode="text" attribute if the output is in text mode on platforms that +have a text/binary difference. + +If 'nonewline' is set, we will cut off the trailing newline of this given data +before comparing with the one actually received by the client + ### `<stdout [mode="text"] [nonewline="yes"]>` This verifies that this data was passed to stdout. |