d2/testdata/d2compiler/TestCompile/var-not-color.exp.json

16 lines
537 B
JSON
Raw Normal View History

2023-12-14 19:35:35 +00:00
{
"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"
}
]
}
}