From 720849a55e35a5f1b09ee4bf4202b534f6ae1e98 Mon Sep 17 00:00:00 2001 From: Alois Klink Date: Sun, 16 Oct 2022 09:55:42 +0100 Subject: [PATCH] test(gantt): remove incorrect comment This comment seems to have been accidentally added 7 years ago in https://github.com/mermaid-js/mermaid/commit/6f96b5dd1432d042c60d3a03f8fb67a6ee33e288 --- .../mermaid/src/diagrams/gantt/parser/gantt.spec.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/packages/mermaid/src/diagrams/gantt/parser/gantt.spec.js b/packages/mermaid/src/diagrams/gantt/parser/gantt.spec.js index 9e5675249..9a1401cad 100644 --- a/packages/mermaid/src/diagrams/gantt/parser/gantt.spec.js +++ b/packages/mermaid/src/diagrams/gantt/parser/gantt.spec.js @@ -65,17 +65,6 @@ describe('when parsing a gantt diagram it', function () { expect(parserFnConstructor(str)).not.toThrow(); }); - /** - * Beslutsflöde inligt nedan. Obs bla bla bla - * - * graph TD - * A[Hard pledge] -- text on link -->B(Round edge) - * B --> C{to do or not to do} - * C -->|Too| D[Result one] - * C -->|Doo| E[Result two] - * - * Params bapa - a unique bapap - */ it('should handle a task definition', function () { const str = 'gantt\n' +