Skip to content

Commit

Permalink
add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Feb 4, 2025
1 parent 4733d81 commit 0c1c108
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions e2etests/regression_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
`,
},
{
Expand Down

0 comments on commit 0c1c108

Please sign in to comment.