[svn:parrot] r46012 - trunk/t/compilers/pge/perl6regex

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sun Apr 25 15:30:02 UTC 2010


Author: fperrad
Date: Sun Apr 25 15:30:01 2010
New Revision: 46012
URL: https://trac.parrot.org/parrot/changeset/46012

Log:
[t] output a valid TAP comment
note: diag() doesn't work in exception handler

Modified:
   trunk/t/compilers/pge/perl6regex/01-regex.t

Modified: trunk/t/compilers/pge/perl6regex/01-regex.t
==============================================================================
--- trunk/t/compilers/pge/perl6regex/01-regex.t	Sun Apr 25 12:57:35 2010	(r46011)
+++ trunk/t/compilers/pge/perl6regex/01-regex.t	Sun Apr 25 15:30:01 2010	(r46012)
@@ -276,6 +276,7 @@
     .local string message
     get_results '0', exception
     message = exception
+    print '# '
     say message
     # remove /'s
     $S0 = substr result, 0, 1


More information about the parrot-commits mailing list