p4raw-id: //depot/perl@15038
plan test => $n*@encodings + $n*@encodings*@greek
+ $n*@encodings*@ideodigit + $num_esc +
-# + $n + @hz_txt
- + @ary_buff;
+# + $n + @hz_txt # no HZ for now
+ + @ary_buff
+ - 2; # no HZ for now
foreach my $enc (@encodings)
{
for my $ary (@ary_buff) {
my $NG = 0;
my $enc = $ary->[0];
+ next if $enc eq 'HZ';
for my $n ( int(BUFSIZ/2) .. 2*BUFSIZ+4 ){
my $dst = "a"x$n. $ary->[1] . TAIL;
my $src = "a"x$n. $ary->[2] . TAIL;