]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/pragma-value-not-list-of-str.json
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
[mirror_qemu.git] / tests / qapi-schema / pragma-value-not-list-of-str.json
1 # pragma value must be list of strings
2
3 { 'pragma': { 'command-returns-exceptions': [ 'good', [ 'bad' ] ] } }