[svn:parrot] r39283 - trunk/t/op

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Sun May 31 04:02:42 UTC 2009


Author: pmichaud
Date: Sun May 31 04:02:40 2009
New Revision: 39283
URL: https://trac.parrot.org/parrot/changeset/39283

Log:
[core]:  Remove incorrect unicode test from t/op/stringu.t .

Modified:
   trunk/t/op/stringu.t

Modified: trunk/t/op/stringu.t
==============================================================================
--- trunk/t/op/stringu.t	Sun May 31 03:59:21 2009	(r39282)
+++ trunk/t/op/stringu.t	Sun May 31 04:02:40 2009	(r39283)
@@ -6,7 +6,7 @@
 use warnings;
 use lib qw( . lib ../lib ../../lib );
 use Test::More;
-use Parrot::Test tests => 28;
+use Parrot::Test tests => 27;
 use Parrot::Config;
 
 =head1 NAME
@@ -435,23 +435,6 @@
 OUTPUT
 }
 
-pasm_output_is( <<'CODE', <<OUTPUT, "UTF-8 and Unicode literals", todo => 'TT #24' );
-    set S0, unicode:"\u00ab"
-    length I0, S0
-    say I0
-    say S0
-    set S0, iso-8859-1:"\xab"
-    length I0, S0
-    say I0
-    say S0
-    end
-CODE
-1
-\xc2\xab
-1
-\xc2\xab
-OUTPUT
-
 pir_output_is( <<'CODE', <<OUTPUT, "UTF-8 and Unicode hash keys");
 .sub 'main'
     .local string str0, str1


More information about the parrot-commits mailing list