mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
commit
f436086aae
@ -15,7 +15,7 @@ describe('when parsing a sequenceDiagram', function() {
|
||||
parser.yy = sequenceDb;
|
||||
parser.yy.clear();
|
||||
});
|
||||
it('it should handle a sequenceDiagram defintion', function() {
|
||||
it('it should handle a sequenceDiagram definition', function() {
|
||||
const str =
|
||||
'sequenceDiagram\n' +
|
||||
'Alice->Bob:Hello Bob, how are you?\n' +
|
||||
|
Loading…
x
Reference in New Issue
Block a user