]> Git Repo - qemu.git/blob - tests/qapi-schema/unknown-escape.json
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
[qemu.git] / 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':{} }
This page took 0.025198 seconds and 4 git commands to generate.