From: Daniel Stenberg Date: Tue, 15 Sep 2020 12:45:08 +0000 (+0200) Subject: tests/FILEFORMAT: document nonewline support for X-Git-Tag: curl-7_73_0~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8854b9284b5a14b3b5b2e64a72f3b5c3165a726a;p=thirdparty%2Fcurl.git tests/FILEFORMAT: document nonewline support for The one in , that creates files. Follow-up from b83947c8df7 --- diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index c280c852de..dcbd1a85a1 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -425,10 +425,13 @@ parameter is the not negative integer number of seconds for the delay. This 'delay' attribute is intended for very specific test cases, and normally not needed. -### `` +### `` This creates the named file with this content before the test case is run, which is useful if the test case needs a file to act on. +If 'nonewline="yes"` is used, the created file will have the final newline +stripped off. + ### `` Pass this given data on stdin to the tool.