Skip to content

Commit 8b3c4dc

Browse files
Updating unit test on #109.
1 parent 3b8a216 commit 8b3c4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/xslt/apply-template.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('xsl:apply-template', () => {
5151
</xsl:template>
5252
</xsl:stylesheet>`;
5353

54-
const expectedOutString = `<span>Xtest1Y</span>`;
54+
const expectedOutString = `<span>XY</span>`;
5555

5656
const xsltClass = new Xslt();
5757
const xmlParser = new XmlParser();

0 commit comments

Comments
 (0)