]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test 815: verify POP3 dot-first-on-line unescaping
authorDaniel Stenberg <daniel@haxx.se>
Thu, 1 Dec 2011 09:20:42 +0000 (10:20 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Dec 2011 09:20:42 +0000 (10:20 +0100)
tests/data/DISABLED
tests/data/test815

index 72c3909bd65b28a018fd63451612a8e597f078a7..88336f1c07f3b36c9a2de91023ab80840def3549 100644 (file)
@@ -2,7 +2,6 @@
 # test cases are run by runtests.pl. Just add the plain test case numbers, one
 # per line.
 # Lines starting with '#' letters are treated as comments.
-815
 591
 592
 593
index e8c882416fbe3e24a71b46408d78641ea4e32936..df7b1b6dd180f8c606591cee19b8104834f4e616 100644 (file)
@@ -10,22 +10,24 @@ RETR
 # Server-side
 <reply>
 <data>
-From: me@somewhere
-To: fake@nowhere
-
-..body with a single dot first
-
---
-  yours sincerely
+From: me@somewhere\r
+To: fake@nowhere\r
+\r
+..body with a single dot first\r
+...triple dots...\r
+\r
+--\r
+  yours sincerely\r
 </data>
 <datacheck>
-From: me@somewhere
-To: fake@nowhere
-
-.body with a single dot first
-
---
-  yours sincerely
+From: me@somewhere\r
+To: fake@nowhere\r
+\r
+.body with a single dot first\r
+..triple dots...\r
+\r
+--\r
+  yours sincerely\r
 </datacheck>
 </reply>