d2/testdata/d2compiler/TestCompile/tail-style.exp.json

12 lines
343 B
JSON
Raw Normal View History

2023-04-27 18:22:10 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/tail-style.d2,0:6:6-0:11:11",
2023-05-16 17:45:35 +00:00
"errmsg": "d2/testdata/d2compiler/TestCompile/tail-style.d2:1:7: \"style\" expected to be set to a map of key-values, or contain an additional keyword like \"style.opacity: 0.4\""
2023-04-27 18:22:10 +00:00
}
]
}
}