summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2004-05-11 22:20:05 (GMT)
committerBarry Warsaw <barry@python.org>2004-05-11 22:20:05 (GMT)
commitbce827bf1281a6ed04d41d977cafc632f108dcc3 (patch)
tree7fd5c8a97265305d239443269c8adaadbf32e8c3
parentd38f4488651f3a36b9bc8d44001b9ed76576e549 (diff)
downloadcpython-bce827bf1281a6ed04d41d977cafc632f108dcc3.zip
cpython-bce827bf1281a6ed04d41d977cafc632f108dcc3.tar.gz
cpython-bce827bf1281a6ed04d41d977cafc632f108dcc3.tar.bz2
An example with multiple boundary lines.
-rw-r--r--Lib/email/test/data/msg_37.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Lib/email/test/data/msg_37.txt b/Lib/email/test/data/msg_37.txt
new file mode 100644
index 0000000..038d34a
--- /dev/null
+++ b/Lib/email/test/data/msg_37.txt
@@ -0,0 +1,22 @@
+Content-Type: multipart/mixed; boundary=ABCDE
+
+--ABCDE
+Content-Type: text/x-one
+
+Blah
+
+--ABCDE
+--ABCDE
+Content-Type: text/x-two
+
+Blah
+
+--ABCDE
+--ABCDE
+--ABCDE
+--ABCDE
+Content-Type: text/x-two
+
+Blah
+
+--ABCDE--