qemu-patch-raspberry4/tests/qapi-schema/doc-no-symbol.json
Markus Armbruster 2028be8eea tests/qapi-schema: Improve doc / expression mismatch coverage
New tests doc-before-include.json and doc-before-pragma.json show we
fail to reject a misplaced expression comment.

New test doc-no-symbol.json shows a bad error message.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1489582656-31133-31-git-send-email-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2017-03-16 07:13:03 +01:00

8 lines
150 B
JSON

# Documentation for expression lacks symbol
# BUG: Error message claims it has symbol 'None'
##
# foo:
##
{ 'command': 'foo', 'data': {'a': 'int'} }