summaryrefslogtreecommitdiff
path: root/toml/testdata/inlineTable.toml
blob: 1a7e55c5266d332d1460d0b9837b463e9f73d6b0 (plain)
1
2
3
4
[inlinetable]
name = { first = "Tom", last = "Preston-Werner" }
point = { x = 1, y = 2 }
animal = { type = { name = "pug" } }