summary refs log tree commit diff stats
path: root/tests/qapi-schema/features-if-invalid.json
blob: 7e4c1ad720ed120b8090276926580b68c57c9910 (plain) (blame)
1
2
3
4
5
# Cover feature with invalid 'if'
# FIXME not rejected, misinterpreted as unconditional
{ 'struct': 'Stru',
  'data': {},
  'features': [{'name': 'f', 'if': null }] }