mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
added test case.
This commit is contained in:
parent
2da4b17d0b
commit
390c5ad8a0
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ sub pis ($$) {
|
|||
|
||||
my @dat = (
|
||||
0, '00',
|
||||
(my $foo="0")+0, '00',
|
||||
{2 => undef}, '81 a1 32 c0',
|
||||
1, '01',
|
||||
127, '7f',
|
||||
128, 'cc 80',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue