diff options
Diffstat (limited to 'test/external_text_formatter')
-rw-r--r-- | test/external_text_formatter/transformation.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/external_text_formatter/transformation.xsl b/test/external_text_formatter/transformation.xsl index 7be4866..2026302 100644 --- a/test/external_text_formatter/transformation.xsl +++ b/test/external_text_formatter/transformation.xsl @@ -26,7 +26,7 @@ <xsl:template name="implementation"> <xsl:variable name="result"> <xsl:call-template name="formatter"> - <xsl:with-param name="source" select="InputXSLT:read-file('test.md')"/> + <xsl:with-param name="source" select="InputXSLT:read-file('[test.md]')"/> </xsl:call-template> </xsl:variable> |