d2/testdata/d2compiler/TestCompile2/vars/errors/bad-var.exp.json

16 lines
495 B
JSON
Raw Normal View History

2023-07-12 18:55:58 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile2/vars/errors/bad-var.d2,2:2:11-2:3:12",
"errmsg": "d2/testdata/d2compiler/TestCompile2/vars/errors/bad-var.d2:3:3: invalid var with no value"
2023-07-13 21:11:14 +00:00
},
{
"range": "d2/testdata/d2compiler/TestCompile2/vars/errors/bad-var.d2,4:4:23-4:5:24",
"errmsg": "d2/testdata/d2compiler/TestCompile2/vars/errors/bad-var.d2:5:5: invalid var with no value"
2023-07-12 18:55:58 +00:00
}
]
}
}