From: Yedaya Katsman Date: Tue, 22 Oct 2024 19:52:21 +0000 (+0300) Subject: tests: Fix FILEFORMAT directive X-Git-Tag: curl-8_11_0~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd134cfe10b20c458c301a644ce26729e2166a2;p=thirdparty%2Fcurl.git tests: Fix FILEFORMAT directive Follow-up to dcc52095 Closes #15371 --- diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index 824e435b0c..aa80b81687 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -584,7 +584,7 @@ parameter is the not negative integer number of seconds for the delay. This 'delay' attribute is intended for 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. @@ -672,7 +672,7 @@ test. `loadfile="filename"` makes loading the data from an external file. -### `` +### `` The file's contents must be identical to this after the test is complete. Use the mode="text" attribute if the output is in text mode on platforms that have a text/binary difference.