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