Files
xemu/tests/qapi-schema/args-array-empty.json
T

3 lines
114 B
JSON
Raw Normal View History

2015-05-04 09:05:21 -06:00
# we reject an array for data if it does not contain a known type
2015-05-04 09:05:20 -06:00
{ 'command': 'oops', 'data': { 'empty': [ ] } }