]> Git Repo - qemu.git/blob - tests/qapi-schema/redefined-command.json
qapi: Better error messages for duplicated expressions
[qemu.git] / tests / qapi-schema / redefined-command.json
1 # we reject commands defined more than once
2 { 'command': 'foo', 'data': { 'one': 'str' } }
3 { 'command': 'foo', 'data': { '*two': 'str' } }
This page took 0.024044 seconds and 4 git commands to generate.