0ba2915b92
A 'Features:' line without any features is useless, but not an error now. However, a later commit will make it one, because that makes rejecting duplicate 'Features:' easier. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240216145841.2099240-4-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
11 lines
128 B
JSON
11 lines
128 B
JSON
# 'Features:' line not followed by feature descriptions
|
|
|
|
##
|
|
# @foo:
|
|
#
|
|
# Features:
|
|
#
|
|
# not a description
|
|
##
|
|
{ 'command': 'foo' }
|