mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
fix formatting
This commit is contained in:
parent
419fe6cf42
commit
fbaa8ed6c8
1 changed files with 1 additions and 0 deletions
|
|
@ -135,5 +135,6 @@ def test_match():
|
|||
def test_unicode():
|
||||
assert unpackb(packb("foobar"), use_list=1) == "foobar"
|
||||
|
||||
|
||||
def test_dict_tuple_key():
|
||||
unpackb(packb({(1, 2): 3}), strict_map_key=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue