Changeset 1456 for lang/perl/Encode-JP-Mobile/trunk
- Timestamp:
- 11/14/07 13:05:41 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Encode-JP-Mobile/trunk/t/softbank-bruteforce.t
r1426 r1456 11 11 my $dat = YAML::LoadFile("dat/softbank-table.yaml"); 12 12 13 plan tests => 2* @$dat;13 plan tests => 3 * @$dat; 14 14 15 15 for my $r (@$dat) { … … 18 18 is decode("x-sjis-softbank", $sjis), $unicode, $r->{unicode}; 19 19 is encode("x-sjis-softbank", $unicode), $sjis, $r->{unicode}; 20 21 # not testing the actual bytes, but just check if it can be 22 # encoded and different from cp932 23 my $sjis_auto = encode("x-sjis-softbank-auto", $unicode); 24 isnt $sjis_auto, encode("cp932", $unicode); 20 25 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)