townengine/third-party/tomlc99/stdex/arrtab5.toml
2024-10-01 12:48:42 +03:00

12 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"