mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Fix tests.
This commit is contained in:
parent
8194212d58
commit
472f5be977
3 changed files with 17 additions and 15 deletions
|
@ -17,7 +17,7 @@ def testPack():
|
|||
1.0,
|
||||
"", "a", "a"*31, "a"*32,
|
||||
None, True, False,
|
||||
[], [[]], [[], None],
|
||||
(), ((),), ((), None,),
|
||||
{None: 0},
|
||||
(1<<23),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue