#1704 Test and lint

This commit is contained in:
Knut Sveidqvist
2020-10-07 20:43:52 +02:00
parent 4b2d98129e
commit 582a045457
3 changed files with 30 additions and 12 deletions

View File

@@ -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`);