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

12 lines
294 B
JSON
Raw Normal View History

2023-07-13 05:20:55 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile2/vars/errors/missing-array.d2,5:2:24-5:7:29",
"errmsg": "d2/testdata/d2compiler/TestCompile2/vars/errors/missing-array.d2:6:3: could not resolve variable \"a\""
}
]
}
}