Skip to content

Commit 0c1c108

Browse files
committed
add failing test
1 parent 4733d81 commit 0c1c108

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
@@ -77,6 +77,17 @@ d: {
7777
shape: step
7878
}
7979
c -> d
80+
`,
81+
},
82+
{
83+
name: "class_span_sequence",
84+
script: `shape: sequence_diagram
85+
a: { shape: class }
86+
b
87+
88+
group: {
89+
a.t -> b.t
90+
}
8091
`,
8192
},
8293
{

0 commit comments

Comments
 (0)