Document that variable replacement now takes place in the test file <stdout> section.

This commit is contained in:
Dan Fandrich 2008-05-01 17:48:00 +00:00
parent fd31f7e7e5
commit 45edad84cb
2 changed files with 3 additions and 2 deletions

View file

@ -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.