]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/unknown-escape.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / unknown-escape.json
CommitLineData
a7f5966b
EB
1# we only recognize JSON escape sequences, plus our \' extension (no \x)
2# { 'command': 'foo', 'data': {} }
3{ 'command': 'foo', 'dat\x61':{} }