...

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

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

     1{
     2  "lines": {
     3    "type": "string",
     4    "value": "The first newline is\ntrimmed in raw strings.\n   All other whitespace\n   is preserved.\n"
     5  },
     6  "regex2": {
     7    "type": "string",
     8    "value": "I [dw]on't need \\d{2} apples"
     9  }
    10}

View as plain text