test now supports these edges
This commit is contained in:
parent
ceaf2fb681
commit
0aaf6e26fd
1 changed files with 10 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue