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

12 lines
324 B
JSON
Raw Normal View History

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