summaryrefslogtreecommitdiff
path: root/Lib/test/data
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2002-07-09 02:36:10 +0000
committerBarry Warsaw <barry@python.org>2002-07-09 02:36:10 +0000
commite185bff86ddab94d892b68d9412923f0a1ab1baf (patch)
treec061f6745f25aeecf41581ddd347d48954223a52 /Lib/test/data
parent3b3f0569056508143ffd40a6dfafac4bbe8f1477 (diff)
downloadcpython-e185bff86ddab94d892b68d9412923f0a1ab1baf.tar.gz
New files which test the corners of multipart/message and
message/rfc822 compliance.
Diffstat (limited to 'Lib/test/data')
-rw-r--r--Lib/test/data/msg_28.txt25
-rw-r--r--Lib/test/data/msg_30.txt23
2 files changed, 48 insertions, 0 deletions
diff --git a/Lib/test/data/msg_28.txt b/Lib/test/data/msg_28.txt
new file mode 100644
index 0000000000..1e4824cabb
--- /dev/null
+++ b/Lib/test/data/msg_28.txt
@@ -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
index 0000000000..4334bb6e60
--- /dev/null
+++ b/Lib/test/data/msg_30.txt
@@ -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--