qemu-patch-raspberry4/tests/qapi-schema/leading-comma-list.json
Markus Armbruster 91f9816da4 tests/qapi-schema: Cover two more syntax errors
Syntax error coverage should now be complete.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2015-09-04 15:47:16 +02:00

3 lines
60 B
JSON

{ 'enum': 'Status',
'data': [ , 'good', 'bad', 'ugly' ] }