Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / unknown-escape.json
1 # we only recognize JSON escape sequences, plus our \' extension (no \x)
2 # { 'command': 'foo', 'data': {} }
3 { 'command': 'foo', 'dat\x61':{} }