]> git.ipfire.org Git - thirdparty/qemu.git/commit
qapi: Use quotes more consistently in frontend error messages
authorMarkus Armbruster <armbru@redhat.com>
Sat, 14 Sep 2019 15:34:54 +0000 (17:34 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 24 Sep 2019 12:07:23 +0000 (14:07 +0200)
commit9f5e6b088a2d0b2b51e1cdf7c86f23f22d9ad493
tree7d34c02b7c86b75f3b5dcfadffce684350a22cf2
parent4d42815587063d6e544c4e6a2e3240516f44dcc9
qapi: Use quotes more consistently in frontend error messages

Consistently enclose error messages in double quotes.  Use single
quotes within, except for one case of "'".

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190914153506.2151-8-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
20 files changed:
scripts/qapi/common.py
tests/qapi-schema/bad-type-int.err
tests/qapi-schema/doc-missing-colon.err
tests/qapi-schema/duplicate-key.err
tests/qapi-schema/enum-int-member.err
tests/qapi-schema/escape-outside-string.err [new file with mode: 0644]
tests/qapi-schema/funny-char.err
tests/qapi-schema/funny-word.err
tests/qapi-schema/include-before-err.err
tests/qapi-schema/include-nested-err.err
tests/qapi-schema/leading-comma-list.err
tests/qapi-schema/leading-comma-object.err
tests/qapi-schema/missing-colon.err
tests/qapi-schema/missing-comma-list.err
tests/qapi-schema/missing-comma-object.err
tests/qapi-schema/non-objects.err
tests/qapi-schema/quoted-structural-chars.err
tests/qapi-schema/trailing-comma-list.err
tests/qapi-schema/unclosed-list.err
tests/qapi-schema/unclosed-object.err