diff options
Diffstat (limited to 'tests/qapi-schema/unclosed-list.json')
-rw-r--r-- | tests/qapi-schema/unclosed-list.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qapi-schema/unclosed-list.json b/tests/qapi-schema/unclosed-list.json new file mode 100644 index 0000000000..e3e9566982 --- /dev/null +++ b/tests/qapi-schema/unclosed-list.json @@ -0,0 +1 @@ +{ 'key': [ 'value' } |