added a test for "To: :" patch

This commit is contained in:
Barry Warsaw 1999-07-12 18:47:00 +00:00
parent 96e9bf45e8
commit 7c5b9d1fa9
1 changed files with 7 additions and 0 deletions

View File

@ -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')])