d2/testdata/d2compiler/TestCompile2/vars/errors/missing-array.exp.json
Alexander Wang 98f79e2ba5
arrays
2023-07-12 22:20:55 -07:00

11 lines
294 B
JSON
Generated

{
"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\""
}
]
}
}