aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/doc-bad-enum-member.json
blob: 9cab35c6e8ec764508c8f7d038b0d2dc9908f8a9 (plain)
1
2
3
4
5
6
7
8
# Members listed in the doc comment must exist in the actual schema

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