mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-22 17:56:43 +02:00
Fixed a parser warning in classDiagram
Fixed a regression bug I introduced in theme.spec.js
This commit is contained in:
@@ -233,7 +233,9 @@ erDiagram
|
|||||||
Do work: 1: Me, Cat
|
Do work: 1: Me, Cat
|
||||||
section Go home
|
section Go home
|
||||||
Go downstairs: 5: Me
|
Go downstairs: 5: Me
|
||||||
Sit down: 5: Me `
|
Sit down: 5: Me
|
||||||
|
`,
|
||||||
|
{theme}
|
||||||
);
|
);
|
||||||
cy.get('svg');
|
cy.get('svg');
|
||||||
});
|
});
|
||||||
|
@@ -147,8 +147,8 @@ mermaidDoc
|
|||||||
|
|
||||||
graphConfig
|
graphConfig
|
||||||
: NEWLINE
|
: NEWLINE
|
||||||
| NEWLINE graphConfig
|
|
||||||
| graphConfig NEWLINE
|
| graphConfig NEWLINE
|
||||||
|
| NEWLINE CLASS_DIAGRAM NEWLINE statements EOF
|
||||||
| CLASS_DIAGRAM NEWLINE statements EOF
|
| CLASS_DIAGRAM NEWLINE statements EOF
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user