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: {
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