From: Barry Warsaw Date: Sun, 27 Jan 2002 06:49:26 +0000 (+0000) Subject: Test case of a singleton multipart; i.e. a multipart/* with only one X-Git-Tag: v2.3c1~6774 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6423f8b884dec0c87b809972130c52b8d6e2264e;p=thirdparty%2FPython%2Fcpython.git Test case of a singleton multipart; i.e. a multipart/* with only one subpart. --- diff --git a/Lib/test/data/msg_23.txt b/Lib/test/data/msg_23.txt new file mode 100644 index 000000000000..bb2e8ec36bbe --- /dev/null +++ b/Lib/test/data/msg_23.txt @@ -0,0 +1,8 @@ +From: aperson@dom.ain +Content-Type: multipart/mixed; boundary="BOUNDARY" + +--BOUNDARY +Content-Type: text/plain + +A message part +--BOUNDARY--