]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/enum-dict-member.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / enum-dict-member.json
CommitLineData
cf393590 1# we reject any enum member that is not a string
3313b612
MAL
2
3##
4# @MyEnum:
5##
ad11dbb9 6{ 'enum': 'MyEnum', 'data': [ { 'value': 'str' } ] }