From: Daniel Stenberg Date: Thu, 18 Jun 2020 07:46:38 +0000 (+0200) Subject: FILEFORMAT: describe verify/stderr X-Git-Tag: curl-7_71_0~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=185890d5d793cc06b801f0966327914bfb980b84;p=thirdparty%2Fcurl.git FILEFORMAT: describe verify/stderr --- diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index 30c713a23d..62cddd1a70 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 `` and `` rules are applied before comparisons are made. +### `` +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 + ### `` This verifies that this data was passed to stdout.