diff options
Diffstat (limited to 'tests/qapi-schema/nested-struct-data-invalid-dict.json')
-rw-r--r-- | tests/qapi-schema/nested-struct-data-invalid-dict.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qapi-schema/nested-struct-data-invalid-dict.json b/tests/qapi-schema/nested-struct-data-invalid-dict.json index efbe773..aa37b85 100644 --- a/tests/qapi-schema/nested-struct-data-invalid-dict.json +++ b/tests/qapi-schema/nested-struct-data-invalid-dict.json @@ -1,3 +1,4 @@ -# inline subtypes collide with our desired future use of defaults +# command 'data' member with dict value is (longhand) argument +# definition, not inline complex type { 'command': 'foo', 'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } } |