...

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

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

     1quot15 = '''Here are fifteen quotation marks: """""""""""""""'''
     2
     3# apos15 = '''Here are fifteen apostrophes: ''''''''''''''''''  # INVALID
     4apos15 = "Here are fifteen apostrophes: '''''''''''''''"
     5
     6# 'That,' she said, 'is still pointless.'
     7str = ''''That,' she said, 'is still pointless.''''

View as plain text