mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
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>
This commit is contained in:
parent
55d5d04884
commit
98626572f1
59 changed files with 121 additions and 3 deletions
2
tests/qapi-schema/trailing-comma-list.json
Normal file
2
tests/qapi-schema/trailing-comma-list.json
Normal file
|
@ -0,0 +1,2 @@
|
|||
{ 'enum': 'Status',
|
||||
'data': [ 'good', 'bad', 'ugly', ] }
|
Loading…
Add table
Add a link
Reference in a new issue