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

12 lines
280 B
JSON
Raw Normal View History

2023-06-02 17:42:44 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/no_empty_block_string.d2,0:0:0-0:11:11",
"errmsg": "d2/testdata/d2compiler/TestCompile/no_empty_block_string.d2:1:1: block string cannot be empty"
}
]
}
}