Imported Upstream version 1.1.30_rc1
[platform/upstream/libxslt.git] / tests / general / bug-175.xsl
index f25e4c9..8ab9f98 100644 (file)
@@ -25,6 +25,9 @@
       </html>
    </xsl:template>
 
-   <xsl:function name="test:test">YES</xsl:function>
+   <xsl:function name="test:test">
+      <xsl:param name="x"/>
+      <xsl:text>YES</xsl:text>
+   </xsl:function>
 
 </xsl:transform>