qemu-patch-raspberry4/tests/qapi-schema/doc-before-include.json
Markus Armbruster e7823a2adf qapi: Fix detection of doc / expression mismatch
This fixes the errors uncovered by the previous commit.

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

8 lines
151 B
JSON

# Doc comment separated from defining expression by non-defining expression
##
# @foo:
##
{ 'include': 'empty.json' }
{ 'struct': 'foo', 'data': {} }