...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/key/quoted-dots.toml

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

     1plain = 1
     2"with.dot" = 2
     3
     4[plain_table]
     5plain = 3
     6"with.dot" = 4
     7
     8[table.withdot]
     9plain = 5
    10"key.with.dots" = 6

View as plain text