mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Document that variable replacement now takes place in the test file <stdout> section.
This commit is contained in:
parent
fd31f7e7e5
commit
45edad84cb
@ -289,7 +289,8 @@ actually sent by the client
|
||||
Variables are substituted as in the <command> section.
|
||||
</protocol>
|
||||
<stdout [mode="text"] [nonewline="yes"]>
|
||||
This verifies that this data was passed to stdout.
|
||||
This verifies that this data was passed to stdout. Variables are
|
||||
substituted as in the <command> section.
|
||||
|
||||
Use the mode="text" attribute if the output is in text mode on platforms that
|
||||
have a text/binary difference.
|
||||
|
@ -79,7 +79,7 @@ Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake swsclose
|
||||
Content-Type: text/html
|
||||
Funny-head: yesyes
|
||||
Location: ftp://127.0.0.1:8992/10280002
|
||||
Location: ftp://%HOSTIP:%FTPPORT/10280002
|
||||
Content-Length: 0
|
||||
Connection: close
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user