diff --git a/Lib/email/test/test_email.py b/Lib/email/test/test_email.py index e4fb8bfe0cb..4c84fe106ad 100644 --- a/Lib/email/test/test_email.py +++ b/Lib/email/test/test_email.py @@ -1740,6 +1740,14 @@ Here's the message body eq(part2a.get_type(), 'text/plain') neq(part2a.get_payload(), 'message 2\n') + def test_three_lines(self): + # A bug report by Andrew McNamara + lines = ['From: Andrew Person