]> git.proxmox.com Git - cargo.git/blob - vendor/toml-0.4.5/tests/valid/raw-multiline-string.toml
New upstream version 0.23.0
[cargo.git] / vendor / toml-0.4.5 / tests / valid / raw-multiline-string.toml
1 oneline = '''This string has a ' quote character.'''
2 firstnl = '''
3 This string has a ' quote character.'''
4 multiline = '''
5 This string
6 has ' a quote character
7 and more than
8 one newline
9 in it.'''