Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / unknown-escape.json
blob8e6891e52a29b43015ffc56fae0d23f953e2bd34
1 # we only recognize JSON escape sequences, plus our \' extension (no \x)
2 # { 'command': 'foo', 'data': {} }
3 { 'command': 'foo', 'dat\x61':{} }