]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/enum-bad-name.json
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging
[mirror_qemu.git] / tests / qapi-schema / enum-bad-name.json
CommitLineData
c9e0a798 1# we ensure all enum names can map to C
05d6ecd0
MA
2# FIXME reports 'not\possible' instead of 'not\\possible'
3{ 'enum': 'MyEnum', 'data': [ 'not\\possible' ] }