mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-26 15:44:12 +01:00
test(gantt): remove incorrect comment
This comment seems to have been accidentally added 7 years ago
in 6f96b5dd14
This commit is contained in:
@@ -65,17 +65,6 @@ describe('when parsing a gantt diagram it', function () {
|
|||||||
|
|
||||||
expect(parserFnConstructor(str)).not.toThrow();
|
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 () {
|
it('should handle a task definition', function () {
|
||||||
const str =
|
const str =
|
||||||
'gantt\n' +
|
'gantt\n' +
|
||||||
|
|||||||
Reference in New Issue
Block a user