Skip to content

Commit e5270ae

Browse files
committed
New files which test the corners of multipart/message and
message/rfc822 compliance.
1 parent 27b168c commit e5270ae

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

Lib/test/data/msg_28.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From: aperson@dom.ain
2+
MIME-Version: 1.0
3+
Content-Type: multipart/digest; boundary=BOUNDARY
4+
5+
--BOUNDARY
6+
Content-Type: message/rfc822
7+
8+
Content-Type: text/plain; charset=us-ascii
9+
To: aa@bb.org
10+
From: cc@dd.org
11+
Subject: ee
12+
13+
message 1
14+
15+
--BOUNDARY
16+
Content-Type: message/rfc822
17+
18+
Content-Type: text/plain; charset=us-ascii
19+
To: aa@bb.org
20+
From: cc@dd.org
21+
Subject: ee
22+
23+
message 2
24+
25+
--BOUNDARY--

Lib/test/data/msg_30.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
From: aperson@dom.ain
2+
MIME-Version: 1.0
3+
Content-Type: multipart/digest; boundary=BOUNDARY
4+
5+
--BOUNDARY
6+
7+
Content-Type: text/plain; charset=us-ascii
8+
To: aa@bb.org
9+
From: cc@dd.org
10+
Subject: ee
11+
12+
message 1
13+
14+
--BOUNDARY
15+
16+
Content-Type: text/plain; charset=us-ascii
17+
To: aa@bb.org
18+
From: cc@dd.org
19+
Subject: ee
20+
21+
message 2
22+
23+
--BOUNDARY--

0 commit comments

Comments
 (0)