mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Make reindent happy, but not in the way it planned!
This commit is contained in:
parent
004d5e6880
commit
098b55ab44
1 changed files with 3 additions and 3 deletions
|
@ -47,11 +47,11 @@ def test(msg, results):
|
||||||
test('''Date: Wed, 13 Jan 1999 23:57:35 -0500
|
test('''Date: Wed, 13 Jan 1999 23:57:35 -0500
|
||||||
From: Guido van Rossum <guido@CNRI.Reston.VA.US>
|
From: Guido van Rossum <guido@CNRI.Reston.VA.US>
|
||||||
To: "Guido van
|
To: "Guido van
|
||||||
: Rossum" <guido@python.org>
|
\t : Rossum" <guido@python.org>
|
||||||
Subject: test2
|
Subject: test2
|
||||||
|
|
||||||
test2
|
test2
|
||||||
''', [('Guido van\n : Rossum', 'guido@python.org')])
|
''', [('Guido van\n\t : Rossum', 'guido@python.org')])
|
||||||
|
|
||||||
test('''From: Barry <bwarsaw@python.org
|
test('''From: Barry <bwarsaw@python.org
|
||||||
To: guido@python.org (Guido: the Barbarian)
|
To: guido@python.org (Guido: the Barbarian)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue