summaryrefslogtreecommitdiffstats
path: root/tests/data/toml-lang-compliance/valid/string/spec-string-literal-multiline-2.toml
blob: 0af7025e71403caf497e4f6714d3d17dc147bc8a (plain)
1
2
3
4
5
6
lines  = '''
The first newline is
trimmed in raw strings.
   All other whitespace
   is preserved.
'''