d2/testdata/d2compiler/TestCompile2/vars/errors/out-of-scope.exp.json
Alexander Wang af69e6f626
edge cases
2023-07-11 17:33:01 -07:00

11 lines
292 B
JSON
Generated

{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile2/vars/errors/out-of-scope.d2,6:0:33-6:2:35",
"errmsg": "d2/testdata/d2compiler/TestCompile2/vars/errors/out-of-scope.d2:7:1: could not resolve variable \"x\""
}
]
}
}