From 8b6fb94835f211e717527893b96f677c589ff0ff Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Thu, 12 Sep 2024 12:10:41 +0200 Subject: [PATCH] WIP --- cypress/platform/knsv2.html | 4 + .../mermaid/src/diagrams/flowchart/flowDb.ts | 5 +- .../flowchart/parser/flow-node-data.spec.js | 103 +++++++++++++++--- .../src/diagrams/flowchart/parser/flow.jison | 10 +- 4 files changed, 99 insertions(+), 23 deletions(-) diff --git a/cypress/platform/knsv2.html b/cypress/platform/knsv2.html index fe587b8d2..52c2286e6 100644 --- a/cypress/platform/knsv2.html +++ b/cypress/platform/knsv2.html @@ -421,6 +421,10 @@ flowchart LR +
+      flowchart
+      D@{ shape: circle, label: "circle" } & E
+