summaryrefslogtreecommitdiff
path: root/t/uni/tr_utf8.t
diff options
context:
space:
mode:
Diffstat (limited to 't/uni/tr_utf8.t')
-rw-r--r--t/uni/tr_utf8.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/uni/tr_utf8.t b/t/uni/tr_utf8.t
index ee95c36d2b..12f3516fc2 100644
--- a/t/uni/tr_utf8.t
+++ b/t/uni/tr_utf8.t
@@ -62,7 +62,6 @@ is($str, $hiragana, "s/// # hiragana -> katakana");
# [perl 16843]
my $line = 'abcdefghijklmnopqrstuvwxyz$0123456789';
$line =~ tr/bcdeghijklmnprstvwxyz$02578/בצדעגהיײקלמנפּרסטװשכיזשױתײחא/;
-# is($line, "aבצדעfגהיײקלמנoפqּרסuטװשכיזש1ױ34ת6ײח9", "[perl #16843]");
- ok(1, "TODO: Encode 1.84 broke the test for perl #16843");
+ is($line, "aבצדעfגהיײקלמנoפqּרסuטװשכיזש1ױ34ת6ײח9", "[perl #16843]");
}
__END__