We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8a216 commit 8b3c4dcCopy full SHA for 8b3c4dc
tests/xslt/apply-template.test.ts
@@ -51,7 +51,7 @@ describe('xsl:apply-template', () => {
51
</xsl:template>
52
</xsl:stylesheet>`;
53
54
- const expectedOutString = `<span>Xtest1Y</span>`;
+ const expectedOutString = `<span>XY</span>`;
55
56
const xsltClass = new Xslt();
57
const xmlParser = new XmlParser();
0 commit comments