aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/redefined-command.json
blob: d8c9975e1c7103b23b19cb94848e24be159cfe30 (plain)
1
2
3
# FIXME: we should reject commands defined more than once
{ 'command': 'foo', 'data': { 'one': 'str' } }
{ 'command': 'foo', 'data': { '*two': 'str' } }