Skip to content

Commit 0fcafb8

Browse files
authored
update test
update test
1 parent 8ae6408 commit 0fcafb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lib/test/test_source_encoding.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ class MiscSourceEncodingTest(unittest.TestCase):
1414

1515
def test_pep263(self):
1616
self.assertEqual(
17-
"ðÉÔÏÎ".encode("utf-8"),
17+
"ðÉÔÏÎ".encode("utf-8"),
1818
b'\xd0\x9f\xd0\xb8\xd1\x82\xd0\xbe\xd0\xbd'
1919
)
2020
self.assertEqual(
21-
"\ð".encode("utf-8"),
21+
"\ð".encode("utf-8"),
2222
b'\\\xd0\x9f'
2323
)
2424

@@ -235,7 +235,7 @@ def test_bpo39337(self):
235235
"""
236236
import encodings
237237

238-
out = encodings.normalize_encoding("¿¿¿-8")
238+
out = encodings.normalize_encoding("кои-8")
239239
self.assertEqual(out, '8')
240240

241241

0 commit comments

Comments
 (0)