mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-13 11:09:39 +02:00
Work with loop rendering for sequence diagrams
This commit is contained in:
@@ -459,7 +459,6 @@ describe('when rendering a sequenceDiagram',function() {
|
||||
'loop Cheers\n' +
|
||||
'Bob->Alice: Fine!\n' +
|
||||
'end';
|
||||
|
||||
sq.parse(str);
|
||||
sd.draw(str,'tst');
|
||||
|
||||
|
Reference in New Issue
Block a user