cvsuser     02/06/06 20:45:57

  Modified:    t/op     string.t
  Log:
  Uncommented another test. Nulls weren't the problem, the '\0' notation was.
  
  Revision  Changes    Path
  1.26      +0 -2      parrot/t/op/string.t
  
  Index: string.t
  ===================================================================
  RCS file: /cvs/public/parrot/t/op/string.t,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -w -r1.25 -r1.26
  --- string.t  1 Jun 2002 03:54:19 -0000       1.25
  +++ string.t  7 Jun 2002 03:45:56 -0000       1.26
  @@ -1099,7 +1099,6 @@
   -1
   OUTPUT
   
  -SKIP: { skip("Nulls need to be patched for the new assembler. Many pardons.", 1);
   output_is(<<'CODE',<<OUTPUT,"index, embedded nulls");
         set S0, "Par\0\0rot"
         set S1, "\0"
  @@ -1116,7 +1115,6 @@
   3
   4
   OUTPUT
  -};
   
   output_is(<<'CODE',<<OUTPUT,"index, big strings");
         set S0, "a"
  
  
  


Reply via email to