X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F02_common.t;h=f7d949a833690d0d41da5e8062958466f15fcd45;hb=210f625e6e6b4cbe1065f35d9eb0bdc73563969c;hp=d770d3fe090e83ab7bf971c17f4cf3aa282f6c8f;hpb=15ca5d2d237c11d84fd760c003b842915f003893;p=debbugs.git diff --git a/t/02_common.t b/t/02_common.t index d770d3f..f7d949a 100644 --- a/t/02_common.t +++ b/t/02_common.t @@ -1,10 +1,11 @@ # -*- mode: cperl;-*- -use Test::More tests => 2; +use Test::More tests => 3; use Encode qw(decode_utf8); use_ok('Debbugs::Common'); -is_deeply(Debbugs::Common::encode_utf8_structure( +use_ok('Debbugs::UTF8'); +is_deeply(Debbugs::UTF8::encode_utf8_structure( {a => decode_utf8('föö'), b => [map {decode_utf8($_)} qw(blëh bl♥h)], }),