summaryrefslogtreecommitdiff
path: root/toml/testdata/inlineTable.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toml/testdata/inlineTable.toml')
-rw-r--r--toml/testdata/inlineTable.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/toml/testdata/inlineTable.toml b/toml/testdata/inlineTable.toml
index 1a7e55c52..203cb16db 100644
--- a/toml/testdata/inlineTable.toml
+++ b/toml/testdata/inlineTable.toml
@@ -1,4 +1,7 @@
[inlinetable]
name = { first = "Tom", last = "Preston-Werner" }
point = { x = 1, y = 2 }
-animal = { type = { name = "pug" } } \ No newline at end of file
+dog = { type = { name = "pug" } }
+animal.as.leaders = "tosin"
+"tosin.abasi" = "guitarist"
+nile = { derek.roddy = "drummer", also = { malevolant.creation = { drum.kit = "Tama" } } } \ No newline at end of file