05d6ecd049
Invalid name 'not\\possible' is reported as 'not\possible'. Control characters (quoted or not) are even more confusing. Mark FIXME. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20190913201349.24332-6-armbru@redhat.com>
4 lines
148 B
JSON
4 lines
148 B
JSON
# we ensure all enum names can map to C
|
|
# FIXME reports 'not\possible' instead of 'not\\possible'
|
|
{ 'enum': 'MyEnum', 'data': [ 'not\\possible' ] }
|