aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/duplicate-key.json
blob: 06b55840c9484ed2baa9235dde2d85c19df65a98 (plain)
1
2
3
# Cannot include the same key more than once in any {}
{ 'key': 'value',
  'key': 'value' }