summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/trailing-comma-list.out
Commit message (Collapse)AuthorAgeFilesLines
* qapi.py: Fix schema parser to check syntax systematicallyMarkus Armbruster2013-07-291-3/+0Star
| | | | | | | | | | | | | | | Fixes at least the following parser bugs: * accepts any token in place of a colon * treats comma as optional * crashes when closing braces or brackets are missing Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 1374939721-7876-7-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* tests: QAPI schema parser testsMarkus Armbruster2013-07-291-0/+3
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>