mirror of
https://github.com/mborgerson/xemu.git
synced 2025-11-01 17:39:58 +00:00
4 lines
116 B
JSON
4 lines
116 B
JSON
# check invalid 'if' type
|
|
{ 'enum': 'TestIfEnum',
|
|
'data': [ 'foo', { 'name' : 'bar', 'if': { 'val': 'foo' } } ] }
|