d2/testdata/d2compiler/TestCompile/illegal-stroke-width.exp.json
Alexander Wang 524c089a74 oss
Co-authored-by: Anmol Sethi <hi@nhooyr.io>
2022-11-03 06:54:49 -07:00

12 lines
329 B
JSON

{
"graph": null,
"err": {
"ioerr": null,
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/illegal-stroke-width.d2,1:22:28-1:24:30",
"errmsg": "d2/testdata/d2compiler/TestCompile/illegal-stroke-width.d2:2:23: expected \"stroke-width\" to be a number between 0 and 15"
}
]
}
}