Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
>
<xsl:template mode="title" match="*">
<xsl:text> — TEST CASE</xsl:text>
<xsl:apply-imports/>
</xsl:template>
<xsl:template match="/">
</xsl:template>
</xsl:stylesheet>