d2/testdata/d2compiler/TestCompile/improper-class-ref.exp.json
Alexander Wang 595fafc4c8
fix class
style validation

changelog
2023-04-27 11:48:07 -07:00

12 lines
307 B
JSON
Generated

{
"graph": null,
"err": {
"ioerr": null,
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/improper-class-ref.d2,0:6:6-0:11:11",
"errmsg": "d2/testdata/d2compiler/TestCompile/improper-class-ref.d2:1:7: \"class\" must be the last part of the key"
}
]
}
}