diff options
Diffstat (limited to 'std/encoding/testdata/table.toml')
-rw-r--r-- | std/encoding/testdata/table.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/std/encoding/testdata/table.toml b/std/encoding/testdata/table.toml new file mode 100644 index 000000000..7008e6fb0 --- /dev/null +++ b/std/encoding/testdata/table.toml @@ -0,0 +1,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"
\ No newline at end of file |