File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -2946,19 +2946,6 @@ def test_address_list_with_unicode_names_in_quotes(self):
29462946 '=?utf-8?q?H=C3=BCbsch?= Kaktus <beautiful@example.com>,\n '
29472947 ' =?utf-8?q?bei=C3=9Ft_bei=C3=9Ft?= <biter@example.com>\n ' )
29482948
2949- def test_address_list_with_list_separator_after_fold (self ):
2950- a = 'x' * 66 + '@example.com'
2951- to = f'{ a } , "Hübsch Kaktus" <beautiful@example.com>'
2952- self ._test (parser .get_address_list (to )[0 ],
2953- f'{ a } ,\n =?utf-8?q?H=C3=BCbsch?= Kaktus <beautiful@example.com>\n ' )
2954-
2955- a = '.' * 79 # ('.' is a special, so must be in quoted-string.)
2956- to = f'"{ a } " <xyz@example.com>, "Hübsch Kaktus" <beautiful@example.com>'
2957- self ._test (parser .get_address_list (to )[0 ],
2958- f'"{ a } "\n '
2959- ' <xyz@example.com>, =?utf-8?q?H=C3=BCbsch?= Kaktus '
2960- '<beautiful@example.com>\n ' )
2961-
29622949 def test_address_list_with_specials_in_long_quoted_string (self ):
29632950 # Regression for gh-80222.
29642951 policy = self .policy .clone (max_line_length = 40 )
You can’t perform that action at this time.
0 commit comments