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

12 lines
282 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",
2023-07-11 20:40:44 +00:00
"errmsg": "d2/testdata/d2compiler/TestCompile2/vars/errors/missing.d2:5:1: could not resolve variable \"z\""
2023-07-11 02:24:21 +00:00
}
]
}
}