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

##
# @Foo:
# @a: a
# @b: b
##
{ 'enum': 'Foo', 'data': [ 'b' ] }