add test
This commit is contained in:
parent
83719b47bf
commit
811be06d42
1 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,14 @@ B: goodbye {
|
|||
}
|
||||
|
||||
A->B`,
|
||||
},
|
||||
{
|
||||
name: "undeclared_nested_sequence",
|
||||
script: `shape: sequence_diagram
|
||||
group.nested: {
|
||||
a -> b
|
||||
}
|
||||
`,
|
||||
},
|
||||
{
|
||||
name: "nested_steps",
|
||||
|
|
|
|||
Loading…
Reference in a new issue