diff options
| author | Markus Armbruster | 2017-10-02 16:13:35 +0200 |
|---|---|---|
| committer | Markus Armbruster | 2017-12-20 19:18:33 +0100 |
| commit | cfa438ff53937c78c9a0e50b4b774ea5a6430710 (patch) | |
| tree | 17e031b19318698c4121d0ec399bdbd6f5d6aff8 /tests/qapi-schema/doc-good.texi | |
| parent | qapi: Make cur_doc local to QAPISchemaParser.__init__() (diff) | |
| download | qemu-cfa438ff53937c78c9a0e50b4b774ea5a6430710.tar.gz qemu-cfa438ff53937c78c9a0e50b4b774ea5a6430710.tar.xz qemu-cfa438ff53937c78c9a0e50b4b774ea5a6430710.zip | |
tests/qapi-schema/doc-bad-section: New, factored out of doc-good
A negative test case crept into doc-good.json: invalid use of section
markup we currently fail to reject. Move this into its own
doc-bad-section.json.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20171002141341.24616-6-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'tests/qapi-schema/doc-good.texi')
| -rw-r--r-- | tests/qapi-schema/doc-good.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/doc-good.texi b/tests/qapi-schema/doc-good.texi index c410626e4a..a331349756 100644 --- a/tests/qapi-schema/doc-good.texi +++ b/tests/qapi-schema/doc-good.texi @@ -76,7 +76,7 @@ Examples: @deftp {Enum} Enum -@subsection Produces @strong{invalid} texinfo + @b{Values:} @table @asis |
