FILEFORMAT.md: mentioned <file[num]> for "client"

They can be used to create more files.

Closes #14024
This commit is contained in:
Daniel Stenberg 2024-06-26 10:13:16 +02:00
parent 4a512bd3f2
commit 4d58ed2d2c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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 If `nonewline="yes"` is used, the created file will have the final newline
stripped off. stripped off.
### `<file1>`
1 to 4 can be appended to 'file' to create more files.
### `<file2>`
### `<file3>`
### `<file4>`
### `<stdin [nonewline="yes"]>` ### `<stdin [nonewline="yes"]>`
Pass this given data on stdin to the tool. Pass this given data on stdin to the tool.