Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / unknown-escape.json
diff --git a/qemu/tests/qapi-schema/unknown-escape.json b/qemu/tests/qapi-schema/unknown-escape.json
new file mode 100644 (file)
index 0000000..8e6891e
--- /dev/null
@@ -0,0 +1,3 @@
+# we only recognize JSON escape sequences, plus our \' extension (no \x)
+# { 'command': 'foo', 'data': {} }
+{ 'command': 'foo', 'dat\x61':{} }