qapi: Improve error message for description following section
commit290e48e8f1ec975c100520fb697b0ae7300d0fb3
authorMarkus Armbruster <armbru@redhat.com>
Wed, 10 May 2023 14:16:37 +0000 (10 16:16 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 22 May 2023 08:03:26 +0000 (22 10:03 +0200)
tree6862e8b6b02915ef5491a600afb4f9e47bd5f281
parentaa222a8e4f975284b3f8f131653a4114b3d333b3
qapi: Improve error message for description following section

The error message is bad when the section is untagged.  For instance,
test case doc-interleaved-section produces "'@foobar:' can't follow
'Note' section", which is okay, but if we drop the "Note:" tag, we get
"'@foobar:' can't follow 'None' section, which is bad.

Change the error message to "description of '@foobar:' follows a
section".

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230510141637.3685080-1-armbru@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
[Conflict with commit 3e32dca3f0d resolved]
scripts/qapi/parser.py
tests/qapi-schema/doc-interleaved-section.err