Eric Blake | ab916fa | 2015-05-04 09:05:13 -0600 | [diff] [blame] | 1 | # we do not allow array branches in alternates |
Eric Blake | 3d0c482 | 2015-05-04 09:05:05 -0600 | [diff] [blame] | 2 | # TODO: should we support this? |
Eric Blake | 895a2a8 | 2015-05-04 09:05:27 -0600 | [diff] [blame] | 3 | { 'struct': 'One', |
Eric Blake | 3d0c482 | 2015-05-04 09:05:05 -0600 | [diff] [blame] | 4 | 'data': { 'name': 'str' } } |
Eric Blake | ab916fa | 2015-05-04 09:05:13 -0600 | [diff] [blame] | 5 | { 'alternate': 'Alt', |
Eric Blake | 3d0c482 | 2015-05-04 09:05:05 -0600 | [diff] [blame] | 6 | 'data': { 'one': 'One', |
| 7 | 'two': [ 'int' ] } } |