mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 22:39:56 +02:00
#1704 Test and lint
This commit is contained in:
@@ -244,8 +244,9 @@ describe('when parsing subgraphs', function() {
|
||||
const res = flow.parser.parse(`flowchart TB
|
||||
subgraph A
|
||||
b-->B
|
||||
a-->c
|
||||
a
|
||||
end
|
||||
a-->c
|
||||
subgraph B
|
||||
c
|
||||
end`);
|
||||
|
Reference in New Issue
Block a user