cfa438ff53
A negative test case crept into doc-good.json: invalid use of section markup we currently fail to reject. Move this into its own doc-bad-section.json. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20171002141341.24616-6-armbru@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
12 lines
208 B
JSON
12 lines
208 B
JSON
# = section within an expression comment
|
|
# BUG: not rejected
|
|
|
|
##
|
|
# @Enum:
|
|
# == Produces *invalid* texinfo
|
|
# @one: The _one_ {and only}
|
|
#
|
|
# @two is undocumented
|
|
##
|
|
{ 'enum': 'Enum', 'data': [ 'one', 'two' ] }
|