1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 17:49:08 -05:00
denoland-deno/toml/testdata/inlineTable.toml
2019-03-28 12:31:15 -04:00

4 lines
No EOL
125 B
TOML

[inlinetable]
name = { first = "Tom", last = "Preston-Werner" }
point = { x = 1, y = 2 }
animal = { type = { name = "pug" } }