cpython: 73ab6aba24e5 (original) (raw)

Mercurial > cpython

changeset 86486:73ab6aba24e5 3.3

Fixed tests for issue #19279. [#19279]

Serhiy Storchaka storchaka@gmail.com
date Sat, 19 Oct 2013 21:14:57 +0300
parents 6971d55fff29
children 53c4b7132a19 c554194240fc
files Lib/test/test_codecs.py
diffstat 1 files changed, 3 insertions(+), 4 deletions(-)[+] [-] Lib/test/test_codecs.py 7

line wrap: on

line diff

--- a/Lib/test/test_codecs.py +++ b/Lib/test/test_codecs.py @@ -840,10 +840,9 @@ class UTF7Test(ReadTest, unittest.TestCa (b'a+////,+IKw-b', 'a\uffff\ufffd\u20acb'), ] for raw, expected in tests:

def test_nonbmp(self): self.assertEqual('\U000104A0'.encode(self.encoding), b'+2AHcoA-')