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