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

12 lines
278 B
JSON
Raw Normal View History

2023-07-11 02:24:21 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile2/vars/errors/missing.d2,4:0:20-4:8:28",
"errmsg": "d2/testdata/d2compiler/TestCompile2/vars/errors/missing.d2:5:1: could not resolve variable z"
}
]
}
}