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

13 lines
316 B
JSON
Raw Normal View History

{
"graph": null,
"err": {
"ioerr": null,
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/underscore_parent_root.d2,1:0:1-1:3:4",
"errmsg": "d2/testdata/d2compiler/TestCompile/underscore_parent_root.d2:2:1: parent \"_\" cannot be used in the root scope"
}
]
}
}