From 4ff40582440f61de82df93ca18de4fbd38f91459 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Sun, 15 Dec 2019 13:34:35 +0100 Subject: [PATCH] #1142 Simplified arrows/edges in the grammar --- cypress/platform/current.html | 26 ++- src/diagrams/flowchart/flowDb.js | 125 +++++++++++++ .../flowchart/parser/flow-edges.spec.js | 2 +- .../flowchart/parser/flow-text.spec.js | 4 +- src/diagrams/flowchart/parser/flow.jison | 170 +++++------------- src/mermaid.js | 2 +- 6 files changed, 186 insertions(+), 143 deletions(-) diff --git a/cypress/platform/current.html b/cypress/platform/current.html index 9e5267768..d2e48875c 100644 --- a/cypress/platform/current.html +++ b/cypress/platform/current.html @@ -5,7 +5,7 @@ rel="stylesheet" />