This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
da62b507a2
qemu
/
tests
/
qapi-schema
/
doc-interleaved-section.err
2 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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]
2023-05-10 17:16:37 +03:00
doc-interleaved-section.json:15:1: description of '@foobar:' follows a section
Reference in New Issue
Copy Permalink