add empty_nested_grid test
This commit is contained in:
parent
833843a1cb
commit
548af76b5e
2 changed files with 8 additions and 0 deletions
|
|
@ -1040,6 +1040,7 @@ cf many required: {
|
|||
loadFromFile(t, "outside_grid_label_position"),
|
||||
loadFromFile(t, "arrowhead_font_color"),
|
||||
loadFromFile(t, "multiple_constant_nears"),
|
||||
loadFromFile(t, "empty_nested_grid"),
|
||||
}
|
||||
|
||||
runa(t, tcs)
|
||||
|
|
|
|||
7
e2etests/testdata/files/empty_nested_grid.d2
vendored
Normal file
7
e2etests/testdata/files/empty_nested_grid.d2
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
outer: {
|
||||
grid-rows: 1
|
||||
inner: {
|
||||
grid-rows: 1
|
||||
# empty
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue