This commit is contained in:
Alexander Wang 2023-02-23 23:15:01 -08:00
parent 83719b47bf
commit 811be06d42
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -29,6 +29,14 @@ B: goodbye {
}
A->B`,
},
{
name: "undeclared_nested_sequence",
script: `shape: sequence_diagram
group.nested: {
a -> b
}
`,
},
{
name: "nested_steps",