test 815: verify POP3 dot-first-on-line unescaping

This commit is contained in:
Daniel Stenberg 2011-12-01 10:20:42 +01:00
parent bdb647814e
commit 83350c9cc4
2 changed files with 16 additions and 15 deletions

View 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

View 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
To: fake@nowhere
..body with a single dot first
...triple dots...
--
yours sincerely
</data>
<datacheck>
From: me@somewhere
To: fake@nowhere
.body with a single dot first
--
yours sincerely
From: me@somewhere
To: fake@nowhere
.body with a single dot first
..triple dots...
--
yours sincerely
</datacheck>
</reply>