Author: particle
Date: Tue Mar 13 08:04:32 2007
New Revision: 17463

Modified:
   trunk/t/pmc/string.t

Log:
[t]: modify string pmc tests to deal with modified string code

Modified: trunk/t/pmc/string.t
==============================================================================
--- trunk/t/pmc/string.t        (original)
+++ trunk/t/pmc/string.t        Tue Mar 13 08:04:32 2007
@@ -626,7 +626,7 @@
         substr S0, P0, 123, 22
         end
 CODE
-/^Cannot take substr outside string$/
+/^Cannot take substr outside string/
 OUTPUT
 
 pasm_output_like( <<'CODE', <<'OUTPUT', "Out-of-bounds substr, -ve offset" );
@@ -635,7 +635,7 @@
         substr S0, P0, -123, 22
         end
 CODE
-/^Cannot take substr outside string$/
+/^Cannot take substr outside string/
 OUTPUT
 
 pasm_output_is( <<'CODE', <<OUTPUT, "bands NULL string" );

Reply via email to