std/toml/testdata/arrayTable.toml

29 lines
237 B
TOML

[[bin]]
name = "deno"
path = "cli/main.rs"
[[bin]]
name = "deno_core"
path = "src/foo.rs"
[[nib]]
name = "node"
path = "not_found"
[a]
[a.c]
z = "z"
[[b]]
[b.c]
z = "z"
[[b]]
[b.c]
z = "z"
[[aaa]]
hi = "hi"
[aaa.bbb]
asdf = "asdf"