...
1{
2 "ast": {
3 "range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,0:0:0-5:0:39",
4 "nodes": [
5 {
6 "map_key": {
7 "range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,1:0:1-3:2:13",
8 "key": {
9 "range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,1:0:1-1:1:2",
10 "path": [
11 {
12 "unquoted_string": {
13 "range": "d2/testdata/d2parser/TestParse/single_quote_block_string.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/single_quote_block_string.d2,1:3:4-3:2:13",
28 "quote": "'",
29 "tag": "md",
30 "value": "bs"
31 }
32 }
33 }
34 },
35 {
36 "map_key": {
37 "range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,4:0:14-4:24:38",
38 "key": {
39 "range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,4:0:14-4:24:38",
40 "path": [
41 {
42 "unquoted_string": {
43 "range": "d2/testdata/d2parser/TestParse/single_quote_block_string.d2,4:0:14-4:24:38",
44 "value": [
45 {
46 "string": "not part of block string",
47 "raw_string": "not part of block string"
48 }
49 ]
50 }
51 }
52 ]
53 },
54 "primary": {},
55 "value": {}
56 }
57 }
58 ]
59 },
60 "err": null
61}
View as plain text