summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/doc-bad-feature.json
blob: 2a78e3b1db860811c0f432f8898593abb627a18a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Features listed in the doc comment must exist in the actual schema
# BUG: nonexistent @a is not rejected

##
# @foo:
#
# Features:
# @a: a
##
{ 'command': 'foo' }