]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/unknown-escape.json
e3ae6793f21a60a6f7d69117c86f23c15c717da3
[mirror_qemu.git] / tests / qapi-schema / unknown-escape.json
1 # we only recognize JSON escape sequences, plus our \' extension (no \x)
2
3 ##
4 # @foo:
5 ##
6 # { 'command': 'foo', 'data': {} }
7 { 'command': 'foo', 'dat\x61':{} }