mirror of
https://github.com/python/cpython.git
synced 2025-10-10 17:02:46 +00:00
[Bug #841757] Exercise handling of Unicode strings
This commit is contained in:
parent
f2c0830585
commit
b12d97c275
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ alist = [{'astring': 'foo@bar.baz.spam',
|
||||||
'anotherlist': ['.zyx.41'],
|
'anotherlist': ['.zyx.41'],
|
||||||
'abase64': xmlrpclib.Binary("my dog has fleas"),
|
'abase64': xmlrpclib.Binary("my dog has fleas"),
|
||||||
'boolean': xmlrpclib.False,
|
'boolean': xmlrpclib.False,
|
||||||
|
'unicode': u'\u4000\u6000\u8000',
|
||||||
|
u'ukey\u4000': 'regular value',
|
||||||
}]
|
}]
|
||||||
|
|
||||||
class XMLRPCTestCase(unittest.TestCase):
|
class XMLRPCTestCase(unittest.TestCase):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue