d2/testdata/d2parser/TestParse/multiline_comment.exp.json
Alexander Wang 524c089a74 oss
Co-authored-by: Anmol Sethi <hi@nhooyr.io>
2022-11-03 06:54:49 -07:00

14 lines
512 B
JSON
Generated

{
"ast": {
"range": "d2/testdata/d2parser/TestParse/multiline_comment.d2,0:0:0-18:0:233",
"nodes": [
{
"comment": {
"range": "d2/testdata/d2parser/TestParse/multiline_comment.d2,2:2:4-15:21:230",
"value": "hello\nworld\nearth\n\nglobe\nvery good\nnot so bad\n\nyes indeed\nThe good (I am convinced, for one)\nIs but the bad one leaves undone.\nOnce your reputation's done\nYou can live a life of fun.\n -- Wilhelm Busch"
}
}
]
},
"err": null
}