mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +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 @@ Date: Wed, 13 Jan 1999 23:57:35 -0500
|
||||||
|
|
||||||
test''', [('', 'goit@lip.com')])
|
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