aboutsummaryrefslogtreecommitdiff
path: root/tests/FILEFORMAT
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-22 10:50:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-22 10:50:36 +0000
commitae8a8c8ba44409c31928e60d8f55cfc1a349bc2d (patch)
treeb678487946068b55318065e3094720c50ed5ebdc /tests/FILEFORMAT
parent7d043f46d56d07062da64c6eb32f8b1c0c301c26 (diff)
support for using protocol without a trailing newline
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r--tests/FILEFORMAT6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT
index 91dfba7f3..6eb143485 100644
--- a/tests/FILEFORMAT
+++ b/tests/FILEFORMAT
@@ -62,8 +62,10 @@ One regex per line that is removed from the protocol dumps before the
comparison is made. This is very useful to remove dependencies on dynamicly
changing protocol data such as port numbers or user-agent strings.
</strip>
-<protocol>
-the protocol dump curl should transmit
+<protocol [nonewline=yes]>
+the protocol dump curl should transmit, if 'nonewline' is set, we will cut
+off the trailing newline of this given data before comparing with the one
+actually sent by the client
</protocol>
<stdout>
This verfies that this data was passed to stdout.