@ -770,7 +770,11 @@ local tree = {
is_child_thingy = true,
{ type = "box", color = "red", is_child_thingy = true }
},
{ type = "label", label = "the new text", is_child_thingy = true }
{
type = "label",
label = "the new text",
is_child_thingy = true
}
}, tree)
end)