fc68b9ffc9
We don't actually recognize the second 'Features:' line. Instead, we treat it as an untagged section. If it was followed by feature description, we'd reject that like "description of '@feat2:' follows a section". Less than clear. To be improved shortly. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240216145841.2099240-3-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
12 lines
131 B
JSON
12 lines
131 B
JSON
# Duplicate 'Features:' line
|
|
|
|
##
|
|
# @foo:
|
|
#
|
|
# Features:
|
|
# @feat: mumble
|
|
#
|
|
# Features:
|
|
##
|
|
{ 'command': 'foo', 'features': ['feat'] }
|