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

12 lines
282 B
JSON
Raw Normal View History

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