Merge 0c1c108fc4 into 4bcb6d47c7
This commit is contained in:
commit
730db335ff
1 changed files with 11 additions and 0 deletions
|
|
@ -77,6 +77,17 @@ d: {
|
||||||
shape: step
|
shape: step
|
||||||
}
|
}
|
||||||
c -> d
|
c -> d
|
||||||
|
`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "class_span_sequence",
|
||||||
|
script: `shape: sequence_diagram
|
||||||
|
a: { shape: class }
|
||||||
|
b
|
||||||
|
|
||||||
|
group: {
|
||||||
|
a.t -> b.t
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue