add failing test
This commit is contained in:
parent
4733d81d64
commit
0c1c108fc4
1 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
`,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue