summaryrefslogtreecommitdiff
path: root/keama/tests/escapestring4.out
blob: 0ec541ea3f3c727ff6a09905ecf9d5101c737736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  # string option-data with embedded commas
  # authoritative is mandatory
  "Dhcp4": {
    "option-def": [
      # vendor option space
      {
        "space": "dhcp4",
        "name": "a-string",
        "code": 250,
        "type": "string"
      }
    ],
    "option-data": [
      {
        "space": "dhcp4",
        "name": "a-string",
        "code": 250,
        "data": "foo\\, bar"
      }
    ]
  }
}