summaryrefslogtreecommitdiff
path: root/std/encoding/testdata/table.toml
blob: 7008e6fb01631b74624592397f398d82ca876c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[deeply.nested.object.in.the.toml]
name = "Tom Preston-Werner"

[servers]

  # Indentation (tabs and/or spaces) is allowed but not required
  [servers.alpha]
  ip = "10.0.0.1"
  dc = "eqdc10"

  [servers.beta]
  ip = "10.0.0.2"
  dc = "eqdc20"