mirror of
https://github.com/curl/curl.git
synced 2026-07-24 13:57:16 +03:00
"yes" must be in quotes to be XML compatible
This commit is contained in:
parent
0878af3ec0
commit
fcb2595ed6
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ off the trailing newline of this given data before comparing with the one
|
|||
actually sent by the client
|
||||
Variables are substituted as in the <command> section.
|
||||
</protocol>
|
||||
<stdout [mode="text"] [nonewline=yes]>
|
||||
<stdout [mode="text"] [nonewline="yes"]>
|
||||
This verifies that this data was passed to stdout.
|
||||
|
||||
Use the mode="text" attribute if the output is in text mode on platforms that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue