d2/testdata/d2parser/TestParse/edge_line_continuation.exp.json

55 lines
1.8 KiB
JSON
Raw Normal View History

{
"ast": {
"range": "d2/testdata/d2parser/TestParse/edge_line_continuation.d2,0:0:0-3:5:77",
"nodes": [
{
"map_key": {
"range": "d2/testdata/d2parser/TestParse/edge_line_continuation.d2,1:0:1-2:41:71",
"edges": [
{
"range": "d2/testdata/d2parser/TestParse/edge_line_continuation.d2,1:0:1-2:41:71",
"src": {
2023-05-05 16:11:46 +00:00
"range": "d2/testdata/d2parser/TestParse/edge_line_continuation.d2,1:0:1-1:24:25",
"path": [
{
"unquoted_string": {
"range": "d2/testdata/d2parser/TestParse/edge_line_continuation.d2,1:0:1-1:24:25",
"value": [
{
"string": "super long shape id here",
"raw_string": "super long shape id here"
}
]
}
}
]
},
"src_arrow": "",
"dst": {
2023-05-05 16:11:46 +00:00
"range": "d2/testdata/d2parser/TestParse/edge_line_continuation.d2,2:5:35-2:41:71",
"path": [
{
"unquoted_string": {
"range": "d2/testdata/d2parser/TestParse/edge_line_continuation.d2,2:5:35-2:41:71",
"value": [
{
"string": "super long shape id even longer here",
"raw_string": "super long shape id even longer here"
}
]
}
}
]
},
"dst_arrow": ">"
}
],
"primary": {},
"value": {}
}
}
]
},
"err": null
}