X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F02_common.t;h=f7d949a833690d0d41da5e8062958466f15fcd45;hb=1056ec0d0f397c37446965f6056ab3c3fd149cfd;hp=d770d3fe090e83ab7bf971c17f4cf3aa282f6c8f;hpb=cb3ceaff22e7cf825cb18594107352306097442e;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)], }),