test now supports these edges

This commit is contained in:
Gavin Nishizawa 2023-09-27 17:05:04 -07:00
parent ceaf2fb681
commit 0aaf6e26fd
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD

View file

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