This is an automated email from the ASF dual-hosted git repository.

thiagoelg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 2bcfdd79ab3 NO-ISSUE: Fix SCESIM story book due to stricter 
xml-parser-ts validation (#3610)
2bcfdd79ab3 is described below

commit 2bcfdd79ab3f4a54e6d4b5c304d70d40fc8fc071
Author: Rajalakshmy S <[email protected]>
AuthorDate: Mon Jun 1 20:18:10 2026 +0530

    NO-ISSUE: Fix SCESIM story book due to stricter xml-parser-ts validation 
(#3610)
---
 packages/scesim-editor/stories/dev/DevWebApp.stories.tsx     | 2 +-
 packages/scesim-editor/stories/examples/ExternalDmnModels.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/scesim-editor/stories/dev/DevWebApp.stories.tsx 
b/packages/scesim-editor/stories/dev/DevWebApp.stories.tsx
index 82dc41197b5..3744a145eab 100644
--- a/packages/scesim-editor/stories/dev/DevWebApp.stories.tsx
+++ b/packages/scesim-editor/stories/dev/DevWebApp.stories.tsx
@@ -273,7 +273,7 @@ export const WebApp: Story = {
   render: (args) => DevWebApp(args),
   args: {
     issueTrackerHref: 
"https://github.com/apache/incubator-kie-issues/issues/new";,
-    model: getMarshaller(emptyFileName).parser.parse(),
+    model: getMarshaller(EMPTY_ONE_EIGHT).parser.parse(),
     openFileNormalizedPosixPathRelativeToTheWorkspaceRoot: "Untitled.scesim",
   },
 };
diff --git a/packages/scesim-editor/stories/examples/ExternalDmnModels.ts 
b/packages/scesim-editor/stories/examples/ExternalDmnModels.ts
index 63dce88e7f3..249bacdd1f5 100644
--- a/packages/scesim-editor/stories/examples/ExternalDmnModels.ts
+++ b/packages/scesim-editor/stories/examples/ExternalDmnModels.ts
@@ -1012,7 +1012,7 @@ export const SIMPLE = `<?xml version="1.0" 
encoding="UTF-8" ?>
       <requiredInput href="#_926B9E31-3CEA-4A0E-8A66-97F875EFB428" />
     </informationRequirement>
     <literalExpression id="_1E199E0A-2CC3-4EEE-AA8C-B4F5320EE1DE">
-      <text>Input &gt; 18<text>
+      <text>Input &gt; 18</text>
     </literalExpression>
   </decision>
   <dmndi:DMNDI>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to