4fbfc2e Ticket 48141 - aci with wildcard and macro not correctly evaluated

Authored and Committed by lkrispen 8 years ago
    Ticket 48141 - aci with wildcard and macro not correctly evaluated
    
    if an acis contains macros and wildcards the evaluation can fail if the macro part does not
    align with dn components. Since this alignment is not enforced inman cases, the combination
    with wild card should also work.
    
    To fix the issue a check was introduced if the char before or after the macro is ','. Then the old code
    path is taken, in other cases a new evaluation routine is added
    
    https://fedorahosted.org/389/ticket/48141
    
    Review: noriko, thanks