Author: particle
Date: Thu Oct  6 10:45:59 2005
New Revision: 9375

Modified:
   trunk/imcc/t/syn/namespace.t
Log:
changed unicode namespace test to TODO

Modified: trunk/imcc/t/syn/namespace.t
==============================================================================
--- trunk/imcc/t/syn/namespace.t        (original)
+++ trunk/imcc/t/syn/namespace.t        Thu Oct  6 10:45:59 2005
@@ -115,7 +115,7 @@ OUT
 
 
 
-pir_output_is(<<'CODE', <<'OUT', "rejects unicode namespaces");
+pir_output_is(<<'CODE', <<'OUT', "accepts unicode namespaces", todo => 'not 
yet implemented');
 .namespace [ "Fran�ois" ]
 
 .sub '__init'
@@ -129,7 +129,7 @@ pir_output_is(<<'CODE', <<'OUT', "reject
        $P0()
 .end
 CODE
-Malformed string
+unicode namespaces are fun
 OUT
 
 

Reply via email to