diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-01-04 23:57:39 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-01-04 23:57:39 +0000 |
commit | fcb2595ed61554578183da96aa476f2effb0a8b1 (patch) | |
tree | c8c9aeacc9f46c89c72c39e850949e2f004af3ed /tests/FILEFORMAT | |
parent | 0878af3ec02d8732514ecbf07ba3bf86bb40fdca (diff) | |
download | curl-fcb2595ed61554578183da96aa476f2effb0a8b1.tar.gz |
"yes" must be in quotes to be XML compatible
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index b29084bd6..60af98877 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -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 |