aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/escape-too-big.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/escape-too-big.json')
-rw-r--r--tests/qapi-schema/escape-too-big.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/escape-too-big.json b/tests/qapi-schema/escape-too-big.json
new file mode 100644
index 00000000..62bcecd5
--- /dev/null
+++ b/tests/qapi-schema/escape-too-big.json
@@ -0,0 +1,3 @@
+# we don't support full Unicode strings, yet
+# { 'command': 'é' }
+{ 'command': '\u00e9' }