]> Git Repo - qemu.git/blob - tests/qapi-schema/alternate-conflict-enum-int.json
iotests: Add preallocated growth test for qcow2
[qemu.git] / tests / qapi-schema / alternate-conflict-enum-int.json
1 # alternate branches of 'enum' type that conflicts with numbers
2 { 'enum': 'Enum',
3   'data': [ '1', '2', '3' ] }
4 { 'alternate': 'Alt',
5   'data': { 'one': 'Enum',
6             'two': 'int' } }
This page took 0.035278 seconds and 4 git commands to generate.