d2/testdata/d2compiler/TestCompile/bad-style-nesting.exp.json

12 lines
279 B
JSON
Raw Normal View History

2023-04-27 18:22:10 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/bad-style-nesting.d2,0:12:12-0:17:17",
"errmsg": "d2/testdata/d2compiler/TestCompile/bad-style-nesting.d2:1:13: invalid style keyword: \"style\""
}
]
}
}