mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Test case of a singleton multipart; i.e. a multipart/* with only one
subpart.
This commit is contained in:
parent
763af4173d
commit
6423f8b884
1 changed files with 8 additions and 0 deletions
8
Lib/test/data/msg_23.txt
Normal file
8
Lib/test/data/msg_23.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
From: aperson@dom.ain
|
||||
Content-Type: multipart/mixed; boundary="BOUNDARY"
|
||||
|
||||
--BOUNDARY
|
||||
Content-Type: text/plain
|
||||
|
||||
A message part
|
||||
--BOUNDARY--
|
||||
Loading…
Add table
Add a link
Reference in a new issue