diff options
Diffstat (limited to 'tests/qapi-schema/duplicate-key.json')
-rw-r--r-- | tests/qapi-schema/duplicate-key.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qapi-schema/duplicate-key.json b/tests/qapi-schema/duplicate-key.json index 1b55d88..14ac0e8 100644 --- a/tests/qapi-schema/duplicate-key.json +++ b/tests/qapi-schema/duplicate-key.json @@ -1,2 +1,3 @@ +# QAPI cannot include the same key more than once in any {} { 'key': 'value', 'key': 'value' } |