mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-10 17:43:48 +02:00
added test case.
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user