d2/testdata/d2compiler/TestCompile/var-not-color.exp.json
Alexander Wang a098ba80ec
validate
2023-12-14 11:35:49 -08:00

15 lines
537 B
JSON
Generated

{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/var-not-color.d2,3:6:52-3:16:62",
"errmsg": "d2/testdata/d2compiler/TestCompile/var-not-color.d2:4:7: expected \"B1\" to be a valid named color (\"orange\") or a hex code (\"#f0ff3a\")"
},
{
"range": "d2/testdata/d2compiler/TestCompile/var-not-color.d2,4:3:66-4:13:76",
"errmsg": "d2/testdata/d2compiler/TestCompile/var-not-color.d2:5:4: \"potato\" is not a valid theme code"
}
]
}
}