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