d2/testdata/d2compiler/TestCompile2/vars/errors/nested-missing.exp.json

12 lines
299 B
JSON
Raw Normal View History

2023-07-11 21:56:09 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile2/vars/errors/nested-missing.d2,6:0:33-6:10:43",
"errmsg": "d2/testdata/d2compiler/TestCompile2/vars/errors/nested-missing.d2:7:1: could not resolve variable \"x.z\""
}
]
}
}