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: {
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue