fix: #5064 Handle case when line has only one point

This commit is contained in:
Sidharth Vinod
2023-11-24 09:42:21 +05:30
parent f604017f93
commit 78e118c876
2 changed files with 15 additions and 0 deletions

View File

@@ -729,6 +729,18 @@ A ~~~ B
{}
);
});
it('5064: Should render when subgraph child has links to outside node and subgraph', () => {
imgSnapshotTest(
`flowchart TB
Out --> In
subgraph Sub
In
end
Sub --> In`
);
});
describe('Markdown strings flowchart (#4220)', () => {
describe('html labels', () => {
it('With styling and classes', () => {