Kaydet (Commit) f8cbf78b authored tarafından Victor Stinner's avatar Victor Stinner

Issue #20574: Add more tests for cp65001

üst 7d00cc1a
......@@ -2879,5 +2879,11 @@ class CodePageTest(unittest.TestCase):
self.assertEqual(decoded, ('abc', 3))
@unittest.skipUnless(sys.platform == 'win32',
'cp65001 is specific to Windows')
class CP65001Test(UTF8Test, unittest.TestCase):
encoding = "cp65001"
if __name__ == "__main__":
unittest.main()
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