mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Add the test case provided by Barry Scott for his patch.
This commit is contained in:
parent
b184487055
commit
47ac4e6b41
1 changed files with 5 additions and 0 deletions
|
@ -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'),
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue