blob: 12aafab8082c2f3e4aa0e1bfe5b9d55e4996d6e8 [file] [log] [blame]
# we reject alternates with multiple string-like branches
##
# @Enum:
##
{ 'enum': 'Enum',
'data': [ 'hello', 'world' ] }
##
# @Alt:
##
{ 'alternate': 'Alt',
'data': { 'one': 'str',
'two': 'Enum' } }