f641d06ad6
New test doc-bad-union-member.json shows we can fail to reject documentation for nonexistent members. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <1489582656-31133-37-git-send-email-armbru@redhat.com>
10 lines
166 B
JSON
10 lines
166 B
JSON
# Arguments listed in the doc comment must exist in the actual schema
|
|
|
|
##
|
|
# @AorB:
|
|
# @aa: a
|
|
# @bb: b
|
|
##
|
|
{ 'alternate': 'AorB',
|
|
'data': { 'a': 'str', 'b': 'int' } }
|