qemu-patch-raspberry4/tests/qapi-schema/trailing-comma-object.json
Markus Armbruster 98626572f1 tests: QAPI schema parser tests
The parser handles erroneous input badly.  To be improved shortly.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id: 1374939721-7876-2-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2013-07-29 10:37:10 -05:00

3 lines
59 B
JSON

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