]> Git Repo - qemu.git/blob - tests/qapi-schema/duplicate-key.json
tests/docker: Remove old Debian 9 containers
[qemu.git] / tests / qapi-schema / duplicate-key.json
1 # Cannot include the same key more than once in any {}
2 { 'key': 'value',
3   'key': 'value' }
This page took 0.035166 seconds and 4 git commands to generate.