mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 20:19:44 +00:00
4 lines
164 B
JSON
4 lines
164 B
JSON
|
# we reject any enum member that is not a string
|
||
|
# FIXME: once the parser understands integer inputs, improve the error message
|
||
|
{ 'enum': 'MyEnum', 'data': [ 1 ] }
|