d2/testdata/d2compiler/TestCompile/invalid-fill-pattern.exp.json

13 lines
330 B
JSON
Raw Normal View History

2023-03-14 03:07:13 +00:00
{
"graph": null,
"err": {
"ioerr": null,
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/invalid-fill-pattern.d2,2:18:33-2:23:38",
2023-03-16 05:53:12 +00:00
"errmsg": "d2/testdata/d2compiler/TestCompile/invalid-fill-pattern.d2:3:19: expected \"fill-pattern\" to be one of: dots, lines, grain"
2023-03-14 03:07:13 +00:00
}
]
}
}