xemu/tests/qapi-schema/doc-bad-feature.json

11 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' }