mirror of
https://github.com/xemu-project/xemu.git
synced 2025-01-09 05:20:15 +00:00
ad11dbb937
Demonstrate that the qapi generator doesn't deal well with enums that aren't up to par. Later patches will update the expected results as the generator is made stricter. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
[OrderedDict([('enum', 'MyEnum'), ('data', [])])]
|
|
[{'enum_name': 'MyEnum', 'enum_values': []}]
|
|
[]
|