Commit 7f93b36e authored by R David Murray's avatar R David Murray

Merge: Closes #18464: fix typo in test name.

parents 9ba6962a 48830035
......@@ -75,7 +75,7 @@ class TestDecode(TestEmailBase):
def test_non_trivial_q(self):
self._test('=?latin-1?q?=20F=fcr=20Elise=20?=', ' Für Elise ', 'latin-1')
def test_q_escpaed_bytes_preserved(self):
def test_q_escaped_bytes_preserved(self):
self._test(b'=?us-ascii?q?=20\xACfoo?='.decode('us-ascii',
'surrogateescape'),
' \uDCACfoo',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment