Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / data / test1072
index 14b6d80..9992a24 100644 (file)
@@ -16,15 +16,15 @@ chunked Transfer-Encoding
 # Server-side
 <reply>
 <data>
-HTTP/1.0 401 Authorization Required swsclose\r
-Server: testcurl\r
-WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"\r
-WWW-Authenticate: Basic realm="gimme all yer s3cr3ts"\r
-WWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344"\r
-Content-Type: text/plain\r
-Content-Length: 0\r
-Connection: close\r
-\r
+HTTP/1.0 401 Authorization Required swsclose
+Server: testcurl
+WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
+WWW-Authenticate: Basic realm="gimme all yer s3cr3ts"
+WWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344"
+Content-Type: text/plain
+Content-Length: 0
+Connection: close
+
 </data>
 </reply>
 
@@ -59,20 +59,20 @@ which is impossible in HTTP/1.0
 ^User-Agent:.*
 </strip>
 <protocol>
-PUT /1072 HTTP/1.1\r
-Host: %HOSTIP:%HTTPPORT\r
-Accept: */*\r
-Transfer-Encoding: chunked\r
-Expect: 100-continue\r
-\r
-7a\r
+PUT /1072 HTTP/1.1
+Host: %HOSTIP:%HTTPPORT
+Accept: */*
+Transfer-Encoding: chunked
+Expect: 100-continue
+
+7a
 This is data we upload with PUT
 it comes from stdin so MUST be sent
 with chunked encoding
 which is impossible in HTTP/1.0
-\r
-0\r
-\r
+
+0
+
 </protocol>
 </verify>
 </testcase>