]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/leading-comma-list.json
tests/9pfs: add local Tmkdir test
[mirror_qemu.git] / tests / qapi-schema / leading-comma-list.json
1 { 'enum': 'Status',
2 'data': [ , 'good', 'bad', 'ugly' ] }