Merge remote-tracking branch 'qemu-project/master'
[qemu/ar7.git] / tests / qapi-schema / duplicate-key.json
blob06b55840c9484ed2baa9235dde2d85c19df65a98
1 # Cannot include the same key more than once in any {}
2 { 'key': 'value',
3   'key': 'value' }