mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
added a test for "To: :" patch
This commit is contained in:
parent
96e9bf45e8
commit
7c5b9d1fa9
1 changed files with 7 additions and 0 deletions
|
@ -113,3 +113,10 @@ test('''To: (Comment stuff) "Quoted name"@somewhere.com
|
|||
|
||||
test''', [('Comment stuff', '"Quoted name"@somewhere.com'),
|
||||
])
|
||||
|
||||
test('''To: :
|
||||
Cc: goit@lip.com
|
||||
Date: Wed, 13 Jan 1999 23:57:35 -0500
|
||||
|
||||
test''', [('', 'goit@lip.com')])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue