diff options
Diffstat (limited to 'tests/qapi-schema/doc-before-include.json')
-rw-r--r-- | tests/qapi-schema/doc-before-include.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/qapi-schema/doc-before-include.json b/tests/qapi-schema/doc-before-include.json new file mode 100644 index 0000000000..0caa0ae079 --- /dev/null +++ b/tests/qapi-schema/doc-before-include.json @@ -0,0 +1,7 @@ +# Doc comment separated from defining expression by non-defining expression + +## +# @foo: +## +{ 'include': 'empty.json' } +{ 'struct': 'foo', 'data': {} } |