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

13 lines
322 B
JSON
Raw Normal View History

2022-12-27 05:22:23 +00:00
{
"graph": null,
"err": {
"ioerr": null,
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/near_bad_container.d2,1:8:13-1:18:23",
"errmsg": "d2/testdata/d2compiler/TestCompile/near_bad_container.d2:2:9: constant near keys cannot be set on shapes with children"
2022-12-27 05:22:23 +00:00
}
]
}
}