mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
New files which test the corners of multipart/message and
message/rfc822 compliance.
This commit is contained in:
parent
27b168ca7c
commit
e5270aea23
2 changed files with 48 additions and 0 deletions
25
Lib/test/data/msg_28.txt
Normal file
25
Lib/test/data/msg_28.txt
Normal file
|
@ -0,0 +1,25 @@
|
|||
From: aperson@dom.ain
|
||||
MIME-Version: 1.0
|
||||
Content-Type: multipart/digest; boundary=BOUNDARY
|
||||
|
||||
--BOUNDARY
|
||||
Content-Type: message/rfc822
|
||||
|
||||
Content-Type: text/plain; charset=us-ascii
|
||||
To: aa@bb.org
|
||||
From: cc@dd.org
|
||||
Subject: ee
|
||||
|
||||
message 1
|
||||
|
||||
--BOUNDARY
|
||||
Content-Type: message/rfc822
|
||||
|
||||
Content-Type: text/plain; charset=us-ascii
|
||||
To: aa@bb.org
|
||||
From: cc@dd.org
|
||||
Subject: ee
|
||||
|
||||
message 2
|
||||
|
||||
--BOUNDARY--
|
23
Lib/test/data/msg_30.txt
Normal file
23
Lib/test/data/msg_30.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
From: aperson@dom.ain
|
||||
MIME-Version: 1.0
|
||||
Content-Type: multipart/digest; boundary=BOUNDARY
|
||||
|
||||
--BOUNDARY
|
||||
|
||||
Content-Type: text/plain; charset=us-ascii
|
||||
To: aa@bb.org
|
||||
From: cc@dd.org
|
||||
Subject: ee
|
||||
|
||||
message 1
|
||||
|
||||
--BOUNDARY
|
||||
|
||||
Content-Type: text/plain; charset=us-ascii
|
||||
To: aa@bb.org
|
||||
From: cc@dd.org
|
||||
Subject: ee
|
||||
|
||||
message 2
|
||||
|
||||
--BOUNDARY--
|
Loading…
Add table
Add a link
Reference in a new issue