1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

FILEFORMAT: describe verify/stderr

This commit is contained in:
Daniel Stenberg 2020-06-18 09:46:38 +02:00
parent dc90f51065
commit 185890d5d7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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.