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

17 lines
644 B
JSON
Raw Normal View History

2023-04-05 04:00:40 +00:00
{
"graph": null,
"err": {
"ioerr": null,
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/grid_nested.d2,1:1:8-1:10:17",
2023-04-05 18:11:31 +00:00
"errmsg": "d2/testdata/d2compiler/TestCompile/grid_nested.d2:2:2: invalid grid diagram \"hey\". can only set \"rows\" with no descendants (see \"hey.d.invalid descendant\")"
2023-04-05 04:00:40 +00:00
},
{
"range": "d2/testdata/d2compiler/TestCompile/grid_nested.d2,2:1:19-2:13:31",
2023-04-05 18:11:31 +00:00
"errmsg": "d2/testdata/d2compiler/TestCompile/grid_nested.d2:3:2: invalid grid diagram \"hey\". can only set \"columns\" with no descendants (see \"hey.d.invalid descendant\")"
2023-04-05 04:00:40 +00:00
}
]
}
}