Skip to content

Commit 459359c

Browse files
committed
add failing test
1 parent 6374223 commit 459359c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

e2etests/regression_test.go

+11
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ d: {
5858
shape: step
5959
}
6060
c -> d
61+
`,
62+
},
63+
{
64+
name: "class_span_sequence",
65+
script: `shape: sequence_diagram
66+
a: { shape: class }
67+
b
68+
69+
group: {
70+
a.t -> b.t
71+
}
6172
`,
6273
},
6374
{

0 commit comments

Comments
 (0)