[svn:parrot] r45810 - trunk/runtime/parrot/library/TAP

fperrad at svn.parrot.org fperrad at svn.parrot.org
Mon Apr 19 16:37:38 UTC 2010


Author: fperrad
Date: Mon Apr 19 16:37:37 2010
New Revision: 45810
URL: https://trac.parrot.org/parrot/changeset/45810

Log:
[TAP] small fix

Modified:
   trunk/runtime/parrot/library/TAP/Parser.pir

Modified: trunk/runtime/parrot/library/TAP/Parser.pir
==============================================================================
--- trunk/runtime/parrot/library/TAP/Parser.pir	Mon Apr 19 16:26:24 2010	(r45809)
+++ trunk/runtime/parrot/library/TAP/Parser.pir	Mon Apr 19 16:37:37 2010	(r45810)
@@ -126,6 +126,7 @@
     $S0 .= $S1
     $S0 .= ' '
     $P0 = getattribute self, 'explanation'
+    if null $P0 goto L2
     $S1 = $P0
     $S0 .= $S1
   L2:


More information about the parrot-commits mailing list