std/encoding/testdata/arrayTable.toml
1234567891011121314151617181920212223242526272829[[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"