...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/table/sub.toml

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/valid/table

     1[a]
     2key = 1
     3
     4# a.extend is a key inside the "a" table.
     5[a.extend]
     6key = 2
     7
     8[a.extend.more]
     9key = 3

View as plain text