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": [
{
2023-07-12 00:19:34 +00:00
"range": "d2/testdata/d2compiler/TestCompile2/vars/errors/missing.d2,4:0:20-4:2:22",
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
}
]
}
}