qemu-patch-raspberry4/tests/qapi-schema/args-member-case.err
Markus Armbruster 9af4b6b9e8 qapi: Prepare for rejecting underscore in command and member names
Command names and member names within a type should be all lower case
with words separated by a hyphen.  We also accept underscore.  Rework
check_name_lower() to optionally reject underscores, but don't use
that option, yet.

Update expected test output for the changed error message.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210323094025.3569441-23-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2021-03-23 22:31:05 +01:00

3 lines
153 B
Plaintext

args-member-case.json: In command 'no-way-this-will-get-whitelisted':
args-member-case.json:2: name of 'data' member 'Arg' must not use uppercase or '_'