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