...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/invalid/array/tables-2.toml

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/invalid/array

     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"

View as plain text