mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +01:00
added test case.
This commit is contained in:
parent
2da4b17d0b
commit
390c5ad8a0
@ -15,6 +15,8 @@ sub pis ($$) {
|
|||||||
|
|
||||||
my @dat = (
|
my @dat = (
|
||||||
0, '00',
|
0, '00',
|
||||||
|
(my $foo="0")+0, '00',
|
||||||
|
{2 => undef}, '81 a1 32 c0',
|
||||||
1, '01',
|
1, '01',
|
||||||
127, '7f',
|
127, '7f',
|
||||||
128, 'cc 80',
|
128, 'cc 80',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user