d2/testdata/d2compiler/TestCompile/border-radius-negative.exp.json

13 lines
339 B
JSON
Raw Normal View History

2023-03-30 16:43:16 +00:00
{
"graph": null,
"err": {
"ioerr": null,
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/border-radius-negative.d2,2:23:30-2:25:32",
"errmsg": "d2/testdata/d2compiler/TestCompile/border-radius-negative.d2:3:24: expected \"border-radius\" to be a number greater or equal to 0"
2023-03-30 16:43:16 +00:00
}
]
}
}