add test .exp file

This commit is contained in:
melsonic 2025-04-16 01:03:52 +05:30
parent 1c41fd472e
commit 9f66199777
No known key found for this signature in database
GPG key ID: DFA426742F621CD7

View file

@ -0,0 +1,11 @@
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/invalid_gradient_color_stop.d2,2:18:25-2:47:54",
"errmsg": "d2/testdata/d2compiler/TestCompile/invalid_gradient_color_stop.d2:3:19: expected \"fill\" to be a valid named color (\"orange\"), a hex code (\"#f0ff3a\"), or a gradient (\"linear-gradient(red, blue)\")"
}
]
}
}