diff options
Diffstat (limited to 'cpan/Unicode-Collate/t/loc_ja.t')
-rw-r--r-- | cpan/Unicode-Collate/t/loc_ja.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpan/Unicode-Collate/t/loc_ja.t b/cpan/Unicode-Collate/t/loc_ja.t index 50dffaf32b..c25f544791 100644 --- a/cpan/Unicode-Collate/t/loc_ja.t +++ b/cpan/Unicode-Collate/t/loc_ja.t @@ -48,8 +48,6 @@ ok($objJa->lt("\x{51DC}", "\x{7199}")); ok($objJa->lt("\x{7199}", "\x{4E02}")); # 4E02: UIdeo undef in JIS X 0208 ok($objJa->lt("\x{4E02}", "\x{3400}")); # 3400: Ext.A undef in JIS X 0208 -# 17 - # Ext.B ok($objJa->lt("\x{20000}", "\x{20001}")); ok($objJa->lt("\x{20001}", "\x{20002}")); |