]> git.proxmox.com Git - rustc.git/blame - src/vendor/toml-0.1.30/tests/valid/raw-multiline-string.json
New upstream version 1.20.0+dfsg1
[rustc.git] / src / vendor / toml-0.1.30 / tests / valid / raw-multiline-string.json
CommitLineData
8bb4bdeb
XL
1{
2 "oneline": {
3 "type": "string",
4 "value": "This string has a ' quote character."
5 },
6 "firstnl": {
7 "type": "string",
8 "value": "This string has a ' quote character."
9 },
10 "multiline": {
11 "type": "string",
12 "value": "This string\nhas ' a quote character\nand more than\none newline\nin it."
13 }
14}