]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-conflict-enum-bool.json
qapi: Reject blank 'if' conditions in addition to empty ones
[mirror_qemu.git] / tests / qapi-schema / alternate-conflict-enum-bool.json
CommitLineData
c0644771
MA
1# alternate branch of 'enum' type that conflicts with bool
2{ 'enum': 'Enum',
3 'data': [ 'aus', 'off' ] }
4{ 'alternate': 'Alt',
5 'data': { 'one': 'Enum',
6 'two': 'bool' } }