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

12 lines
308 B
JSON
Raw Normal View History

2022-12-25 21:42:11 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/nested_near_constant.d2,0:10:10-0:20:20",
"errmsg": "d2/testdata/d2compiler/TestCompile/nested_near_constant.d2:1:11: constant near keys can only be set on root level shapes"
2022-12-25 21:42:11 +00:00
}
]
}
}