add failing test

This commit is contained in:
Alexander Wang 2023-02-25 07:48:59 -08:00
parent 4733d81d64
commit 0c1c108fc4
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -77,6 +77,17 @@ d: {
shape: step
}
c -> d
`,
},
{
name: "class_span_sequence",
script: `shape: sequence_diagram
a: { shape: class }
b
group: {
a.t -> b.t
}
`,
},
{