aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/escape-too-short.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/escape-too-short.json')
-rw-r--r--tests/qapi-schema/escape-too-short.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/escape-too-short.json b/tests/qapi-schema/escape-too-short.json
new file mode 100644
index 00000000..6cb1dec8
--- /dev/null
+++ b/tests/qapi-schema/escape-too-short.json
@@ -0,0 +1,3 @@
+# the \u escape requires 4 hex digits
+# { 'command': 'a' }
+{ 'command': '\u61' }