...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/invalid/spec/string-4-0.toml

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

     1str4 = """Here are two quotation marks: "". Simple enough."""
     2str5 = """Here are three quotation marks: """."""  # INVALID
     3str5 = """Here are three quotation marks: ""\"."""
     4str6 = """Here are fifteen quotation marks: ""\"""\"""\"""\"""\"."""
     5
     6# "This," she said, "is just a pointless statement."
     7str7 = """"This," she said, "is just a pointless statement.""""

View as plain text