From 8b3c4dc0063757bfebe32221d96bb32770264259 Mon Sep 17 00:00:00 2001 From: Leonel Sanches da Silva <53848829+leonelsanchesdasilva@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:50:59 -0700 Subject: [PATCH] Updating unit test on https://github.com/DesignLiquido/xslt-processor/issues/109. --- tests/xslt/apply-template.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xslt/apply-template.test.ts b/tests/xslt/apply-template.test.ts index 495a31e..47a8c07 100644 --- a/tests/xslt/apply-template.test.ts +++ b/tests/xslt/apply-template.test.ts @@ -51,7 +51,7 @@ describe('xsl:apply-template', () => { `; - const expectedOutString = `Xtest1Y`; + const expectedOutString = `XY`; const xsltClass = new Xslt(); const xmlParser = new XmlParser();