d2/testdata/d2compiler/TestCompile/grid_edge.exp.json

12 lines
279 B
JSON
Raw Normal View History

2023-04-05 00:44:05 +00:00
{
"graph": null,
"err": {
"errs": [
2023-09-13 00:08:34 +00:00
{
"range": "d2/testdata/d2compiler/TestCompile/grid_edge.d2,6:0:57-6:12:69",
"errmsg": "d2/testdata/d2compiler/TestCompile/grid_edge.d2:7:1: edge from grid diagram \"hey\" cannot enter itself"
2023-04-05 00:44:05 +00:00
}
]
}
}