Add the test case provided by Barry Scott for his patch.

This commit is contained in:
Guido van Rossum 1999-06-15 18:56:46 +00:00
parent b184487055
commit 47ac4e6b41

View File

@ -108,3 +108,8 @@ test('''To: "last, first" <userid@foo.net>
test''', [('last, first', 'userid@foo.net'),
])
test('''To: (Comment stuff) "Quoted name"@somewhere.com
test''', [('Comment stuff', '"Quoted name"@somewhere.com'),
])