Merge branch 'mermaid-js:develop' into add-pie-langium-parser

This commit is contained in:
Reda Al Sulais
2024-01-02 23:05:40 +03:00
committed by GitHub
15 changed files with 135 additions and 20 deletions

View File

@@ -571,4 +571,14 @@ class C13["With Città foreign language"]
{ logLevel: 1, flowchart: { htmlLabels: false } }
);
});
it('should render a simple class diagram with style definition', () => {
imgSnapshotTest(
`
classDiagram-v2
class Class10
style Class10 fill:#f9f,stroke:#333,stroke-width:4px
`,
{ logLevel: 1, flowchart: { htmlLabels: false } }
);
});
});