...
1{
2 "ast": {
3 "range": "d2/testdata/d2parser/TestParse/block_trailing_space.d2,0:0:0-6:0:37",
4 "nodes": [
5 {
6 "map_key": {
7 "range": "d2/testdata/d2parser/TestParse/block_trailing_space.d2,1:0:1-3:1:16",
8 "key": {
9 "range": "d2/testdata/d2parser/TestParse/block_trailing_space.d2,1:0:1-1:1:2",
10 "path": [
11 {
12 "unquoted_string": {
13 "range": "d2/testdata/d2parser/TestParse/block_trailing_space.d2,1:0:1-1:1:2",
14 "value": [
15 {
16 "string": "x",
17 "raw_string": "x"
18 }
19 ]
20 }
21 }
22 ]
23 },
24 "primary": {},
25 "value": {
26 "block_string": {
27 "range": "d2/testdata/d2parser/TestParse/block_trailing_space.d2,1:3:4-3:1:16",
28 "quote": "",
29 "tag": "md",
30 "value": "meow "
31 }
32 }
33 }
34 },
35 {
36 "block_comment": {
37 "range": "d2/testdata/d2parser/TestParse/block_trailing_space.d2,4:0:17-5:3:36",
38 "value": "hello "
39 }
40 }
41 ]
42 },
43 "err": null
44}
View as plain text