From: Barry Warsaw Date: Thu, 24 Apr 2003 15:58:47 +0000 (+0000) Subject: Get rid of some hard coded tabs X-Git-Tag: v2.3c1~1038 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0822ff7ccab0465cf4377176089dfdbabbd0a35b;p=python Get rid of some hard coded tabs --- diff --git a/Lib/email/test/test_email.py b/Lib/email/test/test_email.py index 7659e2a37d..8eaa85e17f 100644 --- a/Lib/email/test/test_email.py +++ b/Lib/email/test/test_email.py @@ -833,11 +833,11 @@ Face-2: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEUAAAAkHiJeRUIcGBi9 eq = self.ndiffAssertEqual m = '''\ Received: from siimage.com ([172.25.1.3]) by zima.siliconimage.com with Microsoft SMTPSVC(5.0.2195.4905); - Wed, 16 Oct 2002 07:41:11 -0700''' +\tWed, 16 Oct 2002 07:41:11 -0700''' msg = email.message_from_string(m) eq(msg.as_string(), '''\ Received: from siimage.com ([172.25.1.3]) by zima.siliconimage.com with - Microsoft SMTPSVC(5.0.2195.4905); Wed, 16 Oct 2002 07:41:11 -0700 +\tMicrosoft SMTPSVC(5.0.2195.4905); Wed, 16 Oct 2002 07:41:11 -0700 ''') @@ -851,7 +851,7 @@ List-Unsubscribe: , - +\t List: List-Unsubscribe: ,