Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47ac4e6

Browse files
committed
Add the test case provided by Barry Scott for his patch.
1 parent b184487 commit 47ac4e6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lib/test/test_rfc822.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,8 @@ def test(msg, results):
108108
109109
test''', [('last, first', '[email protected]'),
110110
])
111+
112+
test('''To: (Comment stuff) "Quoted name"@somewhere.com
113+
114+
test''', [('Comment stuff', '"Quoted name"@somewhere.com'),
115+
])

0 commit comments

Comments
 (0)