...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/key/dotted-empty.toml

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

     1''.x = "empty.x"
     2x."" = "x.empty"
     3[a]
     4"".'' = "empty.empty"

View as plain text