Statistics
| Branch: | Revision:

root / tests / qapi-schema / quoted-structural-chars.exit @ feature-archipelago

History | View | Annotate | Download (2 Bytes)

# Date Author Comment
98626572 07/29/2013 06:37 pm Markus Armbruster

tests: QAPI schema parser tests

The parser handles erroneous input badly. To be improved shortly.

Signed-off-by: Markus Armbruster <>
Message-id:
Signed-off-by: Anthony Liguori <>

c7a3f252 07/29/2013 06:37 pm Markus Armbruster

qapi.py: Restructure lexer and parser

The parser has a rather unorthodox structure:

Until EOF:
Read a section:
Generator function get_expr() yields one section after the
other, as a string. An unindented, non-empty line that...