From 6008b2cdded3e19383438abf72747730e4e5f4a3 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 5 Mar 2002 02:34:32 +0000 Subject: [PATCH] Decommission Encode::Tcl HZ testing for now. p4raw-id: //depot/perl@15033 --- ext/Encode/t/Tcl.t | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ext/Encode/t/Tcl.t b/ext/Encode/t/Tcl.t index cad5a01..17fcbf4 100644 --- a/ext/Encode/t/Tcl.t +++ b/ext/Encode/t/Tcl.t @@ -126,7 +126,9 @@ my @ary_buff = ( # [ encoding, decoded, encoded ] ); plan test => $n*@encodings + $n*@encodings*@greek - + $n*@encodings*@ideodigit + $num_esc + $n + @hz_txt + @ary_buff; + + $n*@encodings*@ideodigit + $num_esc + +# + $n + @hz_txt + + @ary_buff; foreach my $enc (@encodings) { @@ -211,6 +213,7 @@ foreach my $enc (@encodings) return encode($hz, pack 'U*', unpack 'n*', pack 'H*', shift); }; + if(0){ foreach my $enc ($hz) { my $tab = Encode->getEncoding($enc); @@ -225,6 +228,7 @@ foreach my $enc (@encodings) "$enc mangled translating to Unicode"); } } + } } for my $ary (@ary_buff) { -- 2.7.4