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

12 lines
272 B
JSON
Raw Normal View History

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