master
json 3 lines 116 Bytes
Raw
1 # check invalid 'if' type
2 { 'enum': 'TestIfEnum',
3 'data': [ 'foo', { 'name' : 'bar', 'if': { 'val': 'foo' } } ] }