summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/union-branch-case.json
blob: 6de131548cd9d2d94a16364337d23170bfd8dad8 (plain)
1
2
3
4
5
6
# Branch names should be 'lower-case' unless the union is whitelisted

##
# @NoWayThisWillGetWhitelisted:
##
{ 'union': 'NoWayThisWillGetWhitelisted', 'data': { 'Branch': 'int' } }