This commit is contained in:
Knut Sveidqvist
2022-04-30 16:14:43 +02:00
parent fdd7af9089
commit ed56e4858a
4 changed files with 19 additions and 38 deletions

View File

@@ -29,7 +29,7 @@ describe('state diagram, ', function () {
});
it('simple with accDescription', function () {
const str = `stateDiagram-v2\n
accDescription a simple description of the diagram
accDescr: a simple description of the diagram
State1 : this is another string
[*] --> State1
State1 --> [*]
@@ -41,7 +41,7 @@ describe('state diagram, ', function () {
});
it('simple with title', function () {
const str = `stateDiagram-v2\n
title a simple title of the diagram
accTitle: a simple title of the diagram
State1 : this is another string
[*] --> State1
State1 --> [*]