add empty_nested_grid test

This commit is contained in:
Gavin Nishizawa 2023-09-20 11:40:48 -07:00
parent 833843a1cb
commit 548af76b5e
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD
2 changed files with 8 additions and 0 deletions

View file

@ -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)

View file

@ -0,0 +1,7 @@
outer: {
grid-rows: 1
inner: {
grid-rows: 1
# empty
}
}