Better handled the dump of testsuites commands.

This commit is contained in:
Manuel Canales Esparcia 2005-09-28 20:42:53 +00:00
parent db9cec66f1
commit c355ad10e0

View file

@ -66,7 +66,8 @@
</xsl:template>
<xsl:template match="para/userinput">
<xsl:if test="$testsuite = '0'">
<xsl:if test="$testsuite = '0' and (contains(string(),'test') or
contains(string(),'check'))">
<xsl:apply-templates/>
<xsl:text> &amp;&amp;&#xA;</xsl:text>
</xsl:if>