Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 9ba6962 + 4883003 commit 7f93b36Copy full SHA for 7f93b36
1 file changed
Lib/test/test_email/test__encoded_words.py
@@ -75,7 +75,7 @@ def test_b_case_ignored(self):
75
def test_non_trivial_q(self):
76
self._test('=?latin-1?q?=20F=fcr=20Elise=20?=', ' Für Elise ', 'latin-1')
77
78
- def test_q_escpaed_bytes_preserved(self):
+ def test_q_escaped_bytes_preserved(self):
79
self._test(b'=?us-ascii?q?=20\xACfoo?='.decode('us-ascii',
80
'surrogateescape'),
81
' \uDCACfoo',
0 commit comments