]> Git Repo - qemu.git/blob - tests/qapi-schema/alternate-conflict-string.json
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
[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' } }
This page took 0.024674 seconds and 4 git commands to generate.