...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec/comment-0.toml

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

     1# This is a full-line comment
     2key = "value"  # This is a comment at the end of a line
     3another = "# This is not a comment"

View as plain text