d2/testdata/d2compiler/TestCompile/grid_nested.exp.json

17 lines
686 B
JSON
Raw Normal View History

2023-04-05 04:00:40 +00:00
{
"graph": null,
"err": {
"ioerr": null,
"errs": [
{
2023-04-06 22:43:03 +00:00
"range": "d2/testdata/d2compiler/TestCompile/grid_nested.d2,1:1:8-1:15:22",
"errmsg": "d2/testdata/d2compiler/TestCompile/grid_nested.d2:2:2: \"grid-rows\" can only be used on containers with one level of nesting right now. (\"hey.d\" has nested \"invalid descendant\")"
2023-04-05 04:00:40 +00:00
},
{
2023-04-06 22:43:03 +00:00
"range": "d2/testdata/d2compiler/TestCompile/grid_nested.d2,2:1:24-2:18:41",
"errmsg": "d2/testdata/d2compiler/TestCompile/grid_nested.d2:3:2: \"grid-columns\" can only be used on containers with one level of nesting right now. (\"hey.d\" has nested \"invalid descendant\")"
2023-04-05 04:00:40 +00:00
}
]
}
}