]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
FILEFORMAT.md: mentioned <file[num]> for "client"
authorDaniel Stenberg <daniel@haxx.se>
Wed, 26 Jun 2024 08:13:16 +0000 (10:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 26 Jun 2024 08:55:40 +0000 (10:55 +0200)
They can be used to create more files.

Closes #14024

tests/FILEFORMAT.md

index 928b5567b2e27545f08bc2c1f6e27791c9d538db..ec7f3c4f0c9ce268448c14d1b43933339925aa45 100644 (file)
@@ -589,6 +589,15 @@ 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.
 
+### `<file1>`
+1 to 4 can be appended to 'file' to create more files.
+
+### `<file2>`
+
+### `<file3>`
+
+### `<file4>`
+
 ### `<stdin [nonewline="yes"]>`
 Pass this given data on stdin to the tool.