Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / data / test15
index 3b1fa43..8d342a2 100644 (file)
@@ -9,12 +9,12 @@ HTTP GET
 # Server-side
 <reply>
 <data nocheck="yes">
-HTTP/1.4 200 OK\r
-Fake: yes\r
-Fake: yes\r
-Fake: yes\r
-Content-Length: 26\r
-\r
+HTTP/1.4 200 OK
+Fake: yes
+Fake: yes
+Fake: yes
+Content-Length: 26
+
 Repeated nonsense-headers
 </data>
 </reply>
@@ -35,12 +35,12 @@ http://%HOSTIP:%HTTPPORT/want/15 --write-out "%{url_effective} %{http_code} %{si
 # Verify data after the test has been "shot"
 <verify>
 <stdout>
-HTTP/1.4 200 OK\r
-Fake: yes\r
-Fake: yes\r
-Fake: yes\r
-Content-Length: 26\r
-\r
+HTTP/1.4 200 OK
+Fake: yes
+Fake: yes
+Fake: yes
+Content-Length: 26
+
 Repeated nonsense-headers
 http://%HOSTIP:%HTTPPORT/want/15 200 26
 </stdout>
@@ -48,10 +48,10 @@ http://%HOSTIP:%HTTPPORT/want/15 200 26
 ^User-Agent:.*
 </strip>
 <protocol>
-GET /want/15 HTTP/1.1\r
-Host: %HOSTIP:%HTTPPORT\r
-Accept: */*\r
-\r
+GET /want/15 HTTP/1.1
+Host: %HOSTIP:%HTTPPORT
+Accept: */*
+
 </protocol>
 </verify>
 </testcase>