This commit is contained in:
Alexander Wang 2025-05-06 21:27:21 +00:00 committed by GitHub
commit 730db335ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
}
`,
},
{