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

61 lines
1.8 KiB
JSON
Generated

{
"ast": {
"range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,0:0:0-5:0:39",
"nodes": [
{
"map_key": {
"range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,1:0:1-3:2:13",
"key": {
"range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,1:0:1-1:1:2",
"path": [
{
"unquoted_string": {
"range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,1:0:1-1:1:2",
"value": [
{
"string": "x",
"raw_string": "x"
}
]
}
}
]
},
"primary": {},
"value": {
"block_string": {
"range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,1:3:4-3:2:13",
"quote": "'",
"tag": "md",
"value": "bs"
}
}
}
},
{
"map_key": {
"range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,4:0:14-4:24:38",
"key": {
"range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,4:0:14-4:24:38",
"path": [
{
"unquoted_string": {
"range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,4:0:14-4:24:38",
"value": [
{
"string": "not part of block string",
"raw_string": "not part of block string"
}
]
}
}
]
},
"primary": {},
"value": {}
}
}
]
},
"err": null
}