diff options
Diffstat (limited to 'tests/data/test18')
-rw-r--r-- | tests/data/test18 | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/tests/data/test18 b/tests/data/test18 index ff65817..e1d7639 100644 --- a/tests/data/test18 +++ b/tests/data/test18 @@ -3,30 +3,31 @@ <keywords> HTTP HTTP GET +globbing {} list </keywords> </info> # Server-side <reply> <data nocheck="yes"> -HTTP/1.1 200 OK -Funny-head: yesyes +HTTP/1.1 200 OK
+Funny-head: yesyes
Content-Length: 4
- +
moo </data> <data2> -HTTP/1.1 200 OK -Funny-head: yesyes +HTTP/1.1 200 OK
+Funny-head: yesyes
Content-Length: 4
- +
foo </data2> <data3> -HTTP/1.1 200 OK -Funny-head: yesyes +HTTP/1.1 200 OK
+Funny-head: yesyes
Content-Length: 4
- +
hoo </data3> </reply> @@ -68,22 +69,22 @@ Accept: */* </protocol> <stdout> --_curl_--%HOSTIP:%HTTPPORT/18 -HTTP/1.1 200 OK -Funny-head: yesyes +HTTP/1.1 200 OK
+Funny-head: yesyes
Content-Length: 4
- +
moo --_curl_--%HOSTIP:%HTTPPORT/180002 -HTTP/1.1 200 OK -Funny-head: yesyes +HTTP/1.1 200 OK
+Funny-head: yesyes
Content-Length: 4
- +
foo --_curl_--%HOSTIP:%HTTPPORT/180003 -HTTP/1.1 200 OK -Funny-head: yesyes +HTTP/1.1 200 OK
+Funny-head: yesyes
Content-Length: 4
- +
hoo </stdout> </verify> |