toml-rs/test-suite/tests/valid/raw-multiline-string.toml
2017-11-12 19:33:11 -08:00

10 lines
195 B
TOML

oneline = '''This string has a ' quote character.'''
firstnl = '''
This string has a ' quote character.'''
multiline = '''
This string
has ' a quote character
and more than
one newline
in it.'''