Add the test case provided by Barry Scott for his patch.
This commit is contained in:
parent
b184487055
commit
47ac4e6b41
@ -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…
x
Reference in New Issue
Block a user