Skip to content

Commit

Permalink
add unfilled_triangle test
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-ts committed Nov 8, 2023
1 parent 61f8e67 commit 1e666e5
Show file tree
Hide file tree
Showing 6 changed files with 827 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2etests/stable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2868,6 +2868,7 @@ y: profits {
loadFromFile(t, "grid_outside_labels"),
loadFromFile(t, "grid_edge_across_cell"),
loadFromFile(t, "nesting_power"),
loadFromFile(t, "unfilled_triangle"),
}

runa(t, tcs)
Expand Down
16 changes: 16 additions & 0 deletions e2etests/testdata/files/unfilled_triangle.d2
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
direction: right

A <-> B: default {
source-arrowhead.style.filled: false
target-arrowhead.style.filled: false
}
C <-> D: triangle {
source-arrowhead: {
shape: triangle
style.filled: false
}
target-arrowhead: {
shape: triangle
style.filled: false
}
}
307 changes: 307 additions & 0 deletions e2etests/testdata/stable/unfilled_triangle/dagre/board.exp.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1e666e5

Please sign in to comment.