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

12 lines
283 B
JSON
Raw Normal View History

2023-07-11 20:40:44 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile2/vars/errors/map.d2,6:0:43-6:13:56",
"errmsg": "d2/testdata/d2compiler/TestCompile2/vars/errors/map.d2:7:1: cannot reference map variable \"colors\""
}
]
}
}