d2/testdata/d2compiler/TestCompile/invalid-fill-pattern.exp.json
2023-03-20 19:08:56 -07:00

12 lines
337 B
JSON
Generated

{
"graph": null,
"err": {
"ioerr": null,
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/invalid-fill-pattern.d2,2:18:33-2:23:38",
"errmsg": "d2/testdata/d2compiler/TestCompile/invalid-fill-pattern.d2:3:19: expected \"fill-pattern\" to be one of: dots, lines, grain, paper"
}
]
}
}