Merge branch 'develop' into bug/5059_fix_external_connection_after_updating_edges

This commit is contained in:
Matheus Braga
2023-12-22 21:49:21 -03:00
committed by GitHub
10 changed files with 107 additions and 8 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 } }
);
});
});