]> granicus.if.org Git - python/commitdiff
New files which test the corners of multipart/message and
authorBarry Warsaw <barry@python.org>
Tue, 9 Jul 2002 02:36:10 +0000 (02:36 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 9 Jul 2002 02:36:10 +0000 (02:36 +0000)
message/rfc822 compliance.

Lib/test/data/msg_28.txt [new file with mode: 0644]
Lib/test/data/msg_30.txt [new file with mode: 0644]

diff --git a/Lib/test/data/msg_28.txt b/Lib/test/data/msg_28.txt
new file mode 100644 (file)
index 0000000..1e4824c
--- /dev/null
@@ -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--
diff --git a/Lib/test/data/msg_30.txt b/Lib/test/data/msg_30.txt
new file mode 100644 (file)
index 0000000..4334bb6
--- /dev/null
@@ -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--