mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Add a test for SF bug #110621; stripping square brackets off of
addresses with domain literals.
This commit is contained in:
parent
02706f5898
commit
38bfc4d0d5
1 changed files with 4 additions and 0 deletions
|
|
@ -120,3 +120,7 @@ def test(msg, results):
|
|||
|
||||
test''', [('', 'goit@lip.com')])
|
||||
|
||||
|
||||
test('''To: guido@[132.151.1.21]
|
||||
|
||||
foo''', [('', 'guido@[132.151.1.21]')])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue