mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
Add unicode testcase for Python2.
This commit is contained in:
parent
4e3c620d36
commit
367f15c247
1 changed files with 3 additions and 0 deletions
|
@ -98,5 +98,8 @@ def test_match():
|
|||
for v, p in cases:
|
||||
match(v, p)
|
||||
|
||||
def test_unicode():
|
||||
assert_equal('foobar', unpacks(packs(u'foobar')))
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue