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

15 lines
242 B
TOML

# INVALID TOML DOC
[[fruits]]
name = "apple"
[[fruits.varieties]]
name = "red delicious"
[fruits.physical]
color = "red"
shape = "round"
# INVALID: This array of tables conflicts with the previous table
[[fruits.physical]]
color = "green"