mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
perl: add failing tests for PP
This commit is contained in:
parent
5de2b974fb
commit
3f16f080ac
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ use strict;
|
|||
use Test::More;
|
||||
use Data::MessagePack;
|
||||
|
||||
foreach my $data("abc", [42]) {
|
||||
foreach my $data("abc", [ 'x' x 1024 ], [0xFFFF42]) {
|
||||
my $packed = Data::MessagePack->pack($data);
|
||||
|
||||
my $unpacker = Data::MessagePack::Unpacker->new;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue