]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/doc-bad-enum-member.json
Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into...
[mirror_qemu.git] / tests / qapi-schema / doc-bad-enum-member.json
1 # Members listed in the doc comment must exist in the actual schema
2
3 ##
4 # @Foo:
5 # @a: a
6 # @b: b
7 ##
8 { 'enum': 'Foo', 'data': [ 'b' ] }