git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/invalid/array/tables-2.toml (about)

     1  # INVALID TOML DOC
     2  [[fruit]]
     3    name = "apple"
     4  
     5    [[fruit.variety]]
     6      name = "red delicious"
     7  
     8    # This table conflicts with the previous table
     9    [fruit.variety]
    10      name = "granny smith"