Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0822ff7

Browse files
committed
Get rid of some hard coded tabs
1 parent 352f947 commit 0822ff7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lib/email/test/test_email.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -833,11 +833,11 @@ def test_another_long_multiline_header(self):
833833
eq = self.ndiffAssertEqual
834834
m = '''\
835835
Received: from siimage.com ([172.25.1.3]) by zima.siliconimage.com with Microsoft SMTPSVC(5.0.2195.4905);
836-
Wed, 16 Oct 2002 07:41:11 -0700'''
836+
\tWed, 16 Oct 2002 07:41:11 -0700'''
837837
msg = email.message_from_string(m)
838838
eq(msg.as_string(), '''\
839839
Received: from siimage.com ([172.25.1.3]) by zima.siliconimage.com with
840-
Microsoft SMTPSVC(5.0.2195.4905); Wed, 16 Oct 2002 07:41:11 -0700
840+
\tMicrosoft SMTPSVC(5.0.2195.4905); Wed, 16 Oct 2002 07:41:11 -0700
841841
842842
''')
843843

@@ -851,7 +851,7 @@ def test_long_lines_with_different_header(self):
851851
msg['List'] = Header(h, header_name='List')
852852
eq(msg.as_string(), """\
853853
List: List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/spamassassin-talk>,
854-
<mailto:[email protected]?subject=unsubscribe>
854+
\t<mailto:[email protected]?subject=unsubscribe>
855855
List: List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/spamassassin-talk>,
856856
<mailto:[email protected]?subject=unsubscribe>
857857

0 commit comments

Comments
 (0)