...

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

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

     1# Keep whitespace inside quotes keys at all positions.
     2"a b"   = 1
     3" c d " = 2
     4
     5[ " tbl " ]
     6"\ttab\ttab\t" = "tab"

View as plain text