...

Text file src/oss.terrastruct.com/d2/testdata/d2parser/TestParse/block_edge_case.exp.json

Documentation: oss.terrastruct.com/d2/testdata/d2parser/TestParse

     1{
     2  "ast": {
     3    "range": "d2/testdata/d2parser/TestParse/block_edge_case.d2,0:0:0-5:0:28",
     4    "nodes": [
     5      {
     6        "map_key": {
     7          "range": "d2/testdata/d2parser/TestParse/block_edge_case.d2,1:0:1-4:1:27",
     8          "key": {
     9            "range": "d2/testdata/d2parser/TestParse/block_edge_case.d2,1:0:1-1:1:2",
    10            "path": [
    11              {
    12                "unquoted_string": {
    13                  "range": "d2/testdata/d2parser/TestParse/block_edge_case.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_edge_case.d2,1:3:4-4:1:27",
    28              "quote": "",
    29              "tag": "md",
    30              "value": "  meow   \n  hello\nyes"
    31            }
    32          }
    33        }
    34      }
    35    ]
    36  },
    37  "err": null
    38}

View as plain text