mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-04 11:27:18 +02:00
11 lines
199 B
TOML
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"
|
|
|