]> git.proxmox.com Git - rustc.git/blame - src/vendor/toml-0.3.2/tests/valid/raw-multiline-string.toml
New upstream version 1.19.0+dfsg3
[rustc.git] / src / vendor / toml-0.3.2 / tests / valid / raw-multiline-string.toml
CommitLineData
7cac9316
XL
1oneline = '''This string has a ' quote character.'''
2firstnl = '''
3This string has a ' quote character.'''
4multiline = '''
5This string
6has ' a quote character
7and more than
8one newline
9in it.'''