diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-29 12:01:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-29 12:01:07 +0000 |
commit | 81a3246a569b3f20345d52dab8d9c94da1ffd890 (patch) | |
tree | 2ced6fec5a65cb5b05ab082d7cfa66d87d93d1b9 /tests/data/test32 | |
parent | 4c8fbe9abf9d5c12e0491fc82874045a8b877502 (diff) |
stricter newline policy
Diffstat (limited to 'tests/data/test32')
-rw-r--r-- | tests/data/test32 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test32 b/tests/data/test32 index 956a1e4ff..72664a1c0 100644 --- a/tests/data/test32 +++ b/tests/data/test32 @@ -38,11 +38,11 @@ HTTP with -d and -G ^User-Agent:.* </strip> <protocol> -GET /32?foo=moo&moo=poo HTTP/1.1 -User-Agent: curl/7.9.5 (i686-pc-linux-gnu) libcurl 7.9.5-cvs (OpenSSL 0.9.5) (ipv6 enabled) -Host: 127.0.0.1:%HTTPPORT -Pragma: no-cache -Accept: */* - +GET /32?foo=moo&moo=poo HTTP/1.1
+User-Agent: curl/7.9.5 (i686-pc-linux-gnu) libcurl 7.9.5-cvs (OpenSSL 0.9.5) (ipv6 enabled)
+Host: 127.0.0.1:%HTTPPORT
+Pragma: no-cache
+Accept: */*
+
</protocol> </verify> |