d2/testdata/d2compiler/TestCompile/grid_gap_negative.exp.json

16 lines
546 B
JSON
Raw Normal View History

2023-04-11 01:21:26 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/grid_gap_negative.d2,1:17:24-1:21:28",
"errmsg": "d2/testdata/d2compiler/TestCompile/grid_gap_negative.d2:2:18: horizontal-gap must be a non-negative integer: \"-200\""
2023-04-11 01:21:26 +00:00
},
{
"range": "d2/testdata/d2compiler/TestCompile/grid_gap_negative.d2,2:15:44-2:18:47",
"errmsg": "d2/testdata/d2compiler/TestCompile/grid_gap_negative.d2:3:16: vertical-gap must be a non-negative integer: \"-30\""
2023-04-11 01:21:26 +00:00
}
]
}
}