Skip to content

Commit

Permalink
Updating unit test on #109.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonelsanchesdasilva committed Oct 18, 2024
1 parent 3b8a216 commit 8b3c4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xslt/apply-template.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('xsl:apply-template', () => {
</xsl:template>
</xsl:stylesheet>`;

const expectedOutString = `<span>Xtest1Y</span>`;
const expectedOutString = `<span>XY</span>`;

const xsltClass = new Xslt();
const xmlParser = new XmlParser();
Expand Down

0 comments on commit 8b3c4dc

Please sign in to comment.