diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-09-14 17:34:54 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-09-24 14:07:23 +0200 |
commit | 9f5e6b088a2d0b2b51e1cdf7c86f23f22d9ad493 (patch) | |
tree | 7d34c02b7c86b75f3b5dcfadffce684350a22cf2 /tests/qapi-schema/doc-missing-colon.err | |
parent | 4d42815587063d6e544c4e6a2e3240516f44dcc9 (diff) | |
download | qemu-9f5e6b088a2d0b2b51e1cdf7c86f23f22d9ad493.zip |
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>
Diffstat (limited to 'tests/qapi-schema/doc-missing-colon.err')
-rw-r--r-- | tests/qapi-schema/doc-missing-colon.err | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/doc-missing-colon.err b/tests/qapi-schema/doc-missing-colon.err index 817398b8e4..b41d5078b0 100644 --- a/tests/qapi-schema/doc-missing-colon.err +++ b/tests/qapi-schema/doc-missing-colon.err @@ -1 +1 @@ -tests/qapi-schema/doc-missing-colon.json:4:1: Line should end with : +tests/qapi-schema/doc-missing-colon.json:4:1: Line should end with ':' |