d2/testdata/d2compiler/TestCompile/invalid-link-2.exp.json

12 lines
286 B
JSON
Raw Normal View History

2024-07-19 21:03:22 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/x.d2,2:4:16-2:8:20",
"errmsg": "d2/testdata/d2compiler/TestCompile/x.d2:3:5: a board itself cannot be linked; only objects within a board can be linked"
}
]
}
}