add test .exp file
This commit is contained in:
parent
1c41fd472e
commit
9f66199777
1 changed files with 11 additions and 0 deletions
11
testdata/d2compiler/TestCompile/invalid_gradient_color_stop.exp.json
generated
vendored
Normal file
11
testdata/d2compiler/TestCompile/invalid_gradient_color_stop.exp.json
generated
vendored
Normal 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)\")"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue