]> git.proxmox.com Git - cargo.git/blob - vendor/toml-0.4.3/tests/valid/string-with-pound.json
New upstream version 0.22.0
[cargo.git] / vendor / toml-0.4.3 / tests / valid / string-with-pound.json
1 {
2 "pound": {"type": "string", "value": "We see no # comments here."},
3 "poundcomment": {
4 "type": "string",
5 "value": "But there are # some comments here."
6 }
7 }