Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / data / test882
index 1e321ff..50b18cf 100644 (file)
@@ -12,16 +12,16 @@ connection re-use
 # Server-side
 <reply>
 <servercmd>
-REPLY "PASS secret" +OK Login successful\r
+REPLY "PASS secret" +OK Login successful
 </servercmd>
 <data>
-From: me@somewhere\r
-To: fake@nowhere\r
-\r
-body\r
-\r
---\r
-  yours sincerely\r
+From: me@somewhere
+To: fake@nowhere
+
+body
+
+--
+  yours sincerely
 </data>
 </reply>
 
@@ -43,16 +43,16 @@ pop3://%HOSTIP:%POP3PORT/882001 -u user.one:secret -: pop3://%HOSTIP:%POP3PORT/8
 # Verify data after the test has been "shot"
 <verify>
 <protocol>
-CAPA\r
-USER user.one\r
-PASS secret\r
-RETR 882001\r
-QUIT\r
-CAPA\r
-USER user.two\r
-PASS secret\r
-RETR 882002\r
-QUIT\r
+CAPA
+USER user.one
+PASS secret
+RETR 882001
+QUIT
+CAPA
+USER user.two
+PASS secret
+RETR 882002
+QUIT
 </protocol>
 </verify>
 </testcase>