]> Git Repo - qemu.git/blob - tests/qapi-schema/enum-int-member.json
qapi: Add tests of complex objects within alternate
[qemu.git] / tests / qapi-schema / enum-int-member.json
1 # we reject any enum member that is not a string
2 # FIXME: once the parser understands integer inputs, improve the error message
3 { 'enum': 'MyEnum', 'data': [ 1 ] }
This page took 0.023817 seconds and 4 git commands to generate.