summaryrefslogtreecommitdiffstats
path: root/internal/toml-test/tests/valid/spec/string-7.json
blob: ad0fff21c9127ac610c7c3de0de0fb3fddd39e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "apos15": {
    "type": "string",
    "value": "Here are fifteen apostrophes: '''''''''''''''"
  },
  "quot15": {
    "type": "string",
    "value": "Here are fifteen quotation marks: \"\"\"\"\"\"\"\"\"\"\"\"\"\"\""
  },
  "str": {
    "type": "string",
    "value": "'That,' she said, 'is still pointless.'"
  }
}