d2/testdata/d2compiler/TestCompile/leaky_sequence.exp.json

12 lines
341 B
JSON
Raw Normal View History

{
"graph": null,
"err": {
"errs": [
{
2022-12-06 03:50:08 +00:00
"range": "d2/testdata/d2compiler/TestCompile/leaky_sequence.d2,4:0:37-4:8:45",
2022-12-04 21:40:46 +00:00
"errmsg": "d2/testdata/d2compiler/TestCompile/leaky_sequence.d2:5:1: connections within sequence diagrams can connect only to other objects within the same sequence diagram"
}
]
}
}