mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-02 14:20:39 -07:00
Add negative tests doc-bad-enum-member and doc-bad-feature to cover documentation for nonexistent enum members and features, and test doc-undoc-feature to cover features lacking documentation. None of them works. To be fixed later in this series. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191024110237.30963-2-armbru@redhat.com>
10 lines
165 B
JSON
10 lines
165 B
JSON
# Features listed in the doc comment must exist in the actual schema
|
|
# BUG: nonexistent @a is not rejected
|
|
|
|
##
|
|
# @foo:
|
|
#
|
|
# Features:
|
|
# @a: a
|
|
##
|
|
{ 'command': 'foo' }
|