diff options
Diffstat (limited to 'Lib/dos-8x3/test_rfc.py')
-rw-r--r-- | Lib/dos-8x3/test_rfc.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/dos-8x3/test_rfc.py b/Lib/dos-8x3/test_rfc.py index 0d4c66f..36e7a51 100644 --- a/Lib/dos-8x3/test_rfc.py +++ b/Lib/dos-8x3/test_rfc.py @@ -120,3 +120,7 @@ Date: Wed, 13 Jan 1999 23:57:35 -0500 test''', [('', 'goit@lip.com')]) + +test('''To: guido@[132.151.1.21] + +foo''', [('', 'guido@[132.151.1.21]')]) |