toml-rs/tests/valid/raw-multiline-string.toml

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.'''