mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
test 815: verify POP3 dot-first-on-line unescaping
This commit is contained in:
parent
bdb647814e
commit
83350c9cc4
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user