diff options
Diffstat (limited to 'tests/qapi-schema/doc-duplicated-return.json')
| -rw-r--r-- | tests/qapi-schema/doc-duplicated-return.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/qapi-schema/doc-duplicated-return.json b/tests/qapi-schema/doc-duplicated-return.json new file mode 100644 index 0000000000..b44b5ae979 --- /dev/null +++ b/tests/qapi-schema/doc-duplicated-return.json @@ -0,0 +1,8 @@ +# Do not allow duplicated Returns section + +## +# @foo: +# +# Returns: 0 +# Returns: 1 +## |
