]> git.proxmox.com Git - rustc.git/blob - src/vendor/toml-0.3.2/tests/valid/raw-multiline-string.json
New upstream version 1.19.0+dfsg1
[rustc.git] / src / vendor / toml-0.3.2 / tests / valid / raw-multiline-string.json
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 }