...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/string/multiline.json

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/valid/string

     1{
     2  "equivalent_one": {
     3    "type": "string",
     4    "value": "The quick brown fox jumps over the lazy dog."
     5  },
     6  "equivalent_three": {
     7    "type": "string",
     8    "value": "The quick brown fox jumps over the lazy dog."
     9  },
    10  "equivalent_two": {
    11    "type": "string",
    12    "value": "The quick brown fox jumps over the lazy dog."
    13  },
    14  "escape-bs-1": {
    15    "type": "string",
    16    "value": "a \\\nb"
    17  },
    18  "escape-bs-2": {
    19    "type": "string",
    20    "value": "a \\b"
    21  },
    22  "escape-bs-3": {
    23    "type": "string",
    24    "value": "a \\\\\n  b"
    25  },
    26  "keep-ws-before": {
    27    "type": "string",
    28    "value": "a   \tb"
    29  },
    30  "multiline_empty_four": {
    31    "type": "string",
    32    "value": ""
    33  },
    34  "multiline_empty_one": {
    35    "type": "string",
    36    "value": ""
    37  },
    38  "multiline_empty_three": {
    39    "type": "string",
    40    "value": ""
    41  },
    42  "multiline_empty_two": {
    43    "type": "string",
    44    "value": ""
    45  },
    46  "no-space": {
    47    "type": "string",
    48    "value": "ab"
    49  },
    50  "whitespace-after-bs": {
    51    "type": "string",
    52    "value": "The quick brown fox jumps over the lazy dog."
    53  },
    54  "only-ignore-first": {
    55    "type": "string",
    56    "value": "Here are two\nlines of text.\nAnd another\n  two.\n"
    57  }
    58}

View as plain text