mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Whitespace normalization.
This commit is contained in:
parent
48b0d36b4d
commit
1a1607546c
1 changed files with 1 additions and 1 deletions
|
|
@ -1763,7 +1763,7 @@ Here's the message body
|
||||||
|
|
||||||
def test_three_lines(self):
|
def test_three_lines(self):
|
||||||
# A bug report by Andrew McNamara
|
# A bug report by Andrew McNamara
|
||||||
lines = ['From: Andrew Person <aperson@dom.ain',
|
lines = ['From: Andrew Person <aperson@dom.ain',
|
||||||
'Subject: Test',
|
'Subject: Test',
|
||||||
'Date: Tue, 20 Aug 2002 16:43:45 +1000']
|
'Date: Tue, 20 Aug 2002 16:43:45 +1000']
|
||||||
msg = email.message_from_string(NL.join(lines))
|
msg = email.message_from_string(NL.join(lines))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue