mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:43:52 +03:00
tests/FILEFORMAT: document nonewline support for <file>
The one in <client>, that creates files.
Follow-up from b83947c8df
This commit is contained in:
parent
0c1e767e83
commit
8854b9284b
1 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
### `<file name="log/filename">`
|
||||
### `<file name="log/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.
|
||||
|
||||
If 'nonewline="yes"` is used, the created file will have the final newline
|
||||
stripped off.
|
||||
|
||||
### `<stdin [nonewline="yes"]>`
|
||||
Pass this given data on stdin to the tool.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue