diff options
Diffstat (limited to 'tests/qapi-schema/alternate-conflict-num-string.json')
-rw-r--r-- | tests/qapi-schema/alternate-conflict-num-string.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/alternate-conflict-num-string.json b/tests/qapi-schema/alternate-conflict-num-string.json new file mode 100644 index 0000000000..ae901449af --- /dev/null +++ b/tests/qapi-schema/alternate-conflict-num-string.json @@ -0,0 +1,4 @@ +# alternate branches of 'str' type conflict with all scalar types +{ 'alternate': 'Alt', + 'data': { 'one': 'number', + 'two': 'str' } } |