| commit | 6423f8b884dec0c87b809972130c52b8d6e2264e | [log] [tgz] |
|---|---|---|
| author | Barry Warsaw <barry@python.org> | Sun Jan 27 06:49:26 2002 +0000 |
| committer | Barry Warsaw <barry@python.org> | Sun Jan 27 06:49:26 2002 +0000 |
| tree | d9249e0d2b9403d473d8ea4e7c218fab6bc26f3f | |
| parent | 763af4173d7a2d7c490f9cb6ffee1e4d12eef01c [diff] |
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 0000000..bb2e8ec --- /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--