Raw File
bad-if-list.json
# check invalid 'if' content
{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
  'if': { 'all': ['foo', ' '] } }
back to top