toml/stdex/arrtab5.toml
2021-03-07 17:41:18 -08:00

11 lines
199 B
TOML

# INVALID TOML DOC
[[fruits]]
name = "apple"
[[fruits.varieties]]
name = "red delicious"
# INVALID: This table conflicts with the previous array of tables
[fruits.varieties]
name = "granny smith"