]> git.proxmox.com Git - rustc.git/blob - src/vendor/toml/tests/valid/multiline-string.json
New upstream version 1.26.2+dfsg1
[rustc.git] / src / vendor / toml / tests / valid / multiline-string.json
1 {
2 "multiline_empty_one": {
3 "type": "string",
4 "value": ""
5 },
6 "multiline_empty_two": {
7 "type": "string",
8 "value": ""
9 },
10 "multiline_empty_three": {
11 "type": "string",
12 "value": ""
13 },
14 "multiline_empty_four": {
15 "type": "string",
16 "value": ""
17 },
18 "equivalent_one": {
19 "type": "string",
20 "value": "The quick brown fox jumps over the lazy dog."
21 },
22 "equivalent_two": {
23 "type": "string",
24 "value": "The quick brown fox jumps over the lazy dog."
25 },
26 "equivalent_three": {
27 "type": "string",
28 "value": "The quick brown fox jumps over the lazy dog."
29 }
30 }