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

12 lines
298 B
JSON
Raw Normal View History

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