Acme-MotorcycleGang
view release on metacpan or search on metacpan
t/01.MotorcycleGang.t view on Meta::CPAN
use strict;
use warnings;
use Test::More tests => '6';
use utf8;
use Acme::MotorcycleGang;
is( Acme::MotorcycleGang->yorosiku("ãã"), "æ");
is( Acme::MotorcycleGang->yorosiku("ãããã¶ãã"), "æç¾
æ¦å");
is( Acme::MotorcycleGang->yorosiku("ãããã¶ãã¼"), "æç¾
æ¦å");
is( Acme::MotorcycleGang->yorosiku("ã¢ã¤ã©ãã¦ã¦"), "æç¾
æ¦å");
is( Acme::MotorcycleGang->yorosiku("ã¢ã¤ã©ãã¦ã¼"), "æç¾
æ¦å");
is( Acme::MotorcycleGang->yorosiku("ãããã
ãåº"), "ç¥åªè¦åº");
( run in 1.049 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )