diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-10-09 17:10:09 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-10-09 17:10:09 -0400 |
| commit | 151ce0266eb4de2c8fc600c81c192a5f791b6169 (patch) | |
| tree | 7cb04016a1c7ee88adde83814548d7a9409dcde3 /std/encoding/testdata/table.toml | |
| parent | a355f7c807686918734416d91b79c26c21effba9 (diff) | |
Move everything into std subdir
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 |
