...

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

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

     1[table-1]
     2key1 = "some string"
     3key2 = 123
     4
     5[table-2]
     6key1 = "another string"
     7key2 = 456

View as plain text