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

12 lines
275 B
JSON
Raw Normal View History

2023-03-07 06:42:52 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/edge_invalid_style.d2,1:2:12-1:9:19",
"errmsg": "d2/testdata/d2compiler/TestCompile/edge_invalid_style.d2:2:3: opacity must be style.opacity"
}
]
}
}