Commit 5712fa92 authored by Fred Drake's avatar Fred Drake

Added test case that includes a comma in the full name. This tests

for an old bug that's been gone a while, but was still documented
until a few minutes from now.
parent ea07f275
......@@ -80,3 +80,10 @@ test''', [('', ''),
('', 'dd47@mail.xxx.edu'),
('', '_at_hmhq@hdq-mdm1-imgout.companay.com')
])
# This exercises the old commas-in-a-full-name bug, which should be doing the
# right thing in recent versions of the module.
test('''To: "last, first" <userid@foo.net>
test''', [('last, first', 'userid@foo.net'),
])
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