...

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

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

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

View as plain text