...

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

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

     1{
     2  "firstnl": {
     3    "type": "string",
     4    "value": "This string has a ' quote character."
     5  },
     6  "multiline": {
     7    "type": "string",
     8    "value": "This string\nhas ' a quote character\nand more than\none newline\nin it."
     9  },
    10  "oneline": {
    11    "type": "string",
    12    "value": "This string has a ' quote character."
    13  },
    14  "multiline_with_tab": {
    15    "type": "string",
    16    "value": "First line\n\t Followed by a tab"
    17  }
    18}

View as plain text