...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec/keys-6.toml

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

     1# RECOMMENDED
     2
     3apple.type = "fruit"
     4apple.skin = "thin"
     5apple.color = "red"
     6
     7orange.type = "fruit"
     8orange.skin = "thick"
     9orange.color = "orange"

View as plain text