]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-conflict-string.json
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-05-15' into staging
[mirror_qemu.git] / tests / qapi-schema / alternate-conflict-string.json
1 # we reject alternates with multiple string-like branches
2 { 'enum': 'Enum',
3 'data': [ 'hello', 'world' ] }
4 { 'alternate': 'Alt',
5 'data': { 'one': 'str',
6 'two': 'Enum' } }