...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec/string-3.toml

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

     1# The following strings are byte-for-byte equivalent:
     2str1 = "The quick brown fox jumps over the lazy dog."
     3
     4str2 = """
     5The quick brown \
     6
     7
     8  fox jumps over \
     9    the lazy dog."""
    10
    11str3 = """\
    12       The quick brown \
    13       fox jumps over \
    14       the lazy dog.\
    15       """

View as plain text