mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Tweaks to make the codecmaps tests pass again.
(To run these, you need to pass -uurlfetch to regrtest.py or runtests.sh.)
This commit is contained in:
parent
4ca9471831
commit
005ebb1f7c
4 changed files with 20 additions and 20 deletions
|
@ -20,8 +20,8 @@ class TestCP950Map(test_multibytecodec_support.TestBase_Mapping,
|
|||
mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/' \
|
||||
'WINDOWS/CP950.TXT'
|
||||
pass_enctest = [
|
||||
('\xa2\xcc', '\u5341'),
|
||||
('\xa2\xce', '\u5345'),
|
||||
(b'\xa2\xcc', '\u5341'),
|
||||
(b'\xa2\xce', '\u5345'),
|
||||
]
|
||||
|
||||
def test_main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue