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

13 lines
301 B
JSON
Raw Normal View History

2023-06-02 01:48:37 +00:00
{
"graph": null,
"err": {
"ioerr": null,
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/no_empty_block_strings.d2,0:0:0-0:11:11",
"errmsg": "d2/testdata/d2compiler/TestCompile/no_empty_block_strings.d2:1:1: block string cannot be empty"
}
]
}
}