aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/double-data.json
blob: e76b519538ef2a9b8ee4149dd602777f32ce3476 (plain)
1
2
# we reject an expression with duplicate top-level keys
{ 'struct': 'bar', 'data': { }, 'data': { 'string': 'str'} }