diff --git a/e2etests/testdata/files/grid_nested_simple_edges.d2 b/e2etests/testdata/files/grid_nested_simple_edges.d2 index 6070799f6..fecdaafe0 100644 --- a/e2etests/testdata/files/grid_nested_simple_edges.d2 +++ b/e2etests/testdata/files/grid_nested_simple_edges.d2 @@ -8,23 +8,18 @@ outer-grid: { container: { label.near: top-left - # edges not yet supported here since they must be direct grid children - a - b - c - - a -> b + (** -> **)[*].class: red + # edges on grid descendant now supported + a -> b -> c -> a + d -> e -> g.h.i + d -> f -> g.h + b -> g } inner-grid: { grid-rows: 1 - 1 - 2 - 3 - # edges here are not supported yet since this is inside another grid - - # TODO should work now, update compile check - # 1 -> 2 -> 3 + # edges inside another grid now supported + 1 -> 2 -> 3: {class: red} } } @@ -46,3 +41,5 @@ outer-container: { } } } + +classes.red.style.stroke: red