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

15 lines
321 B
JSON
Raw Normal View History

{
"ast": {
"range": "d2/testdata/d2parser/TestParse/one_line_block_comment.d2,0:0:0-2:0:22",
"nodes": [
{
"block_comment": {
"range": "d2/testdata/d2parser/TestParse/one_line_block_comment.d2,1:0:1-1:20:21",
"value": "dmaslkmdlksa"
}
}
]
},
"err": null
}