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