Commit 47ac4e6b authored by Guido van Rossum's avatar Guido van Rossum

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

parent b1844870
...@@ -108,3 +108,8 @@ test('''To: "last, first" <userid@foo.net> ...@@ -108,3 +108,8 @@ test('''To: "last, first" <userid@foo.net>
test''', [('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'),
])
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment