...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/invalid/spec/table-9-0.toml

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

     1[fruit]
     2apple.color = "red"
     3apple.taste.sweet = true
     4
     5[fruit.apple]  # INVALID
     6# [fruit.apple.taste]  # INVALID
     7
     8[fruit.apple.texture]  # you can add sub-tables
     9smooth = true

View as plain text