d2/testdata/d2compiler/TestCompile2/vars/errors/multi-part-map.exp.json

12 lines
326 B
JSON
Raw Normal View History

2023-07-12 18:55:58 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile2/vars/errors/multi-part-map.d2,6:0:31-6:2:33",
2023-07-13 21:11:14 +00:00
"errmsg": "d2/testdata/d2compiler/TestCompile2/vars/errors/multi-part-map.d2:7:1: cannot substitute composite variable \"x\" as part of a string"
2023-07-12 18:55:58 +00:00
}
]
}
}