diff options
Diffstat (limited to 'tests/qapi-schema/nested-struct-data.json')
-rw-r--r-- | tests/qapi-schema/nested-struct-data.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/nested-struct-data.json b/tests/qapi-schema/nested-struct-data.json new file mode 100644 index 000000000..2980d45d0 --- /dev/null +++ b/tests/qapi-schema/nested-struct-data.json @@ -0,0 +1,3 @@ +# {} is not a valid type reference +{ 'command': 'foo', + 'data': { 'a' : { 'type': {} }, 'b' : 'str' } } |