...

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

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

     1{
     2  "lit_nl_end": {
     3    "type": "string",
     4    "value": "value\\n"
     5  },
     6  "lit_nl_mid": {
     7    "type": "string",
     8    "value": "val\\nue"
     9  },
    10  "lit_nl_uni": {
    11    "type": "string",
    12    "value": "val\\ue"
    13  },
    14  "nl_end": {
    15    "type": "string",
    16    "value": "value\n"
    17  },
    18  "nl_mid": {
    19    "type": "string",
    20    "value": "val\nue"
    21  }
    22}

View as plain text