mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
Fix for defect #161, nested subgraphs.
This commit is contained in:
@@ -363,6 +363,7 @@ describe('when parsing ',function(){
|
||||
'subgraph myTitle\n\n' +
|
||||
' c-->d \n\n' +
|
||||
' subgraph inner\n\n e-->f \n end \n\n' +
|
||||
' subgraph inner\n\n h-->i \n end \n\n' +
|
||||
'end\n';
|
||||
var res = flow.parser.parse(str);
|
||||
|
||||
|
Reference in New Issue
Block a user