Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9130e commit 48b0a1cCopy full SHA for 48b0a1c
1 file changed
Lib/email/test/test_email.py
@@ -1494,6 +1494,10 @@ def test_more_rfc2231_parameters(self):
1494
msg, text = self._msgobj('msg_33.txt')
1495
self._idempotent(msg, text)
1496
1497
+ def test_text_plain_in_a_multipart_digest(self):
1498
+ msg, text = self._msgobj('msg_34.txt')
1499
+ self._idempotent(msg, text)
1500
+
1501
def test_content_type(self):
1502
eq = self.assertEquals
1503
unless = self.failUnless
0 commit comments