diff options
Diffstat (limited to 'tests/qapi-schema/doc-empty-features.json')
-rw-r--r-- | tests/qapi-schema/doc-empty-features.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qapi-schema/doc-empty-features.json b/tests/qapi-schema/doc-empty-features.json new file mode 100644 index 0000000..06f814e --- /dev/null +++ b/tests/qapi-schema/doc-empty-features.json @@ -0,0 +1,10 @@ +# 'Features:' line not followed by feature descriptions + +## +# @foo: +# +# Features: +# +# not a description +## +{ 'command': 'foo' } |