diff options
Diffstat (limited to 'tests/qapi-schema/doc-bad-section.json')
-rw-r--r-- | tests/qapi-schema/doc-bad-section.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/qapi-schema/doc-bad-section.json b/tests/qapi-schema/doc-bad-section.json deleted file mode 100644 index 8175d95..0000000 --- a/tests/qapi-schema/doc-bad-section.json +++ /dev/null @@ -1,10 +0,0 @@ -# = section within an expression comment - -## -# @Enum: -# == No good here -# @one: The _one_ {and only} -# -# @two is undocumented -## -{ 'enum': 'Enum', 'data': [ 'one', 'two' ] } |