diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-05-01 17:48:00 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-05-01 17:48:00 +0000 |
commit | 45edad84cb597f3e6bdd15d51ec2eaca7ca66be1 (patch) | |
tree | ee08d89d0155c8327b556b6d9f807fc2796b299b /tests/FILEFORMAT | |
parent | fd31f7e7e5db686809806154e6326d181b04e150 (diff) |
Document that variable replacement now takes place in the test file <stdout> section.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index f9cef19b8..c2ee7ae40 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -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. |