]> git.proxmox.com Git - cargo.git/blob - vendor/toml-0.4.5/tests/valid/unicode-escape.json
New upstream version 0.23.0
[cargo.git] / vendor / toml-0.4.5 / tests / valid / unicode-escape.json
1 {
2 "answer1": {"type": "string", "value": "\u000B"},
3 "answer4": {"type": "string", "value": "\u03B4α"},
4 "answer8": {"type": "string", "value": "\u03B4β"}
5 }