]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: Fix FILEFORMAT <file name=""> directive
authorYedaya Katsman <yedaya.ka@gmail.com>
Tue, 22 Oct 2024 19:52:21 +0000 (22:52 +0300)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 22 Oct 2024 20:41:02 +0000 (13:41 -0700)
Follow-up to dcc52095

Closes #15371

tests/FILEFORMAT.md

index 824e435b0c9dabe4e41800cfb7309f4189385433..aa80b81687b7f8dc9e360dc86526aace228731f0 100644 (file)
@@ -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.
 
-### `<filename="%LOGDIR/filename" [nonewline="yes"]>`
+### `<file name="%LOGDIR/filename" [nonewline="yes"]>`
 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.
 
-### `<filename="%LOGDIR/filename" [mode="text"]>`
+### `<file name="%LOGDIR/filename" [mode="text"]>`
 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.