We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f05244 commit db74b26Copy full SHA for db74b26
Lib/test/test_email/test__header_value_parser.py
@@ -3310,6 +3310,8 @@ def test_address_list_with_long_unwrapable_comment(self):
3310
'(Escaped \\( \\) chars \\\\ in comments stay\n escaped)<spy@example.org>\n'),
3311
('((loremipsum)(loremipsum)(loremipsum)(loremipsum))<spy@example.org>',
3312
'((loremipsum)(loremipsum)(loremipsum)(loremipsum))<spy@example.org>\n'),
3313
+ ('((loremipsum)(loremipsum)(loremipsum) (loremipsum))<spy@example.org>',
3314
+ '((loremipsum)(loremipsum)(loremipsum)\n (loremipsum))<spy@example.org>\n'),
3315
]
3316
for (to, folded) in cases:
3317
with self.subTest(to=to):
0 commit comments