test_expand       371 source4/heimdal/lib/hx509/test_name.c     ret += test_expand(context, "UID=${uid},C=SE", "UID=lha,C=SE");
test_expand       372 source4/heimdal/lib/hx509/test_name.c     ret += test_expand(context, "UID=foo${uid},C=SE", "UID=foolha,C=SE");
test_expand       373 source4/heimdal/lib/hx509/test_name.c     ret += test_expand(context, "UID=${uid}bar,C=SE", "UID=lhabar,C=SE");
test_expand       374 source4/heimdal/lib/hx509/test_name.c     ret += test_expand(context, "UID=f${uid}b,C=SE", "UID=flhab,C=SE");
test_expand       375 source4/heimdal/lib/hx509/test_name.c     ret += test_expand(context, "UID=${uid}${uid},C=SE", "UID=lhalha,C=SE");
test_expand       376 source4/heimdal/lib/hx509/test_name.c     ret += test_expand(context, "UID=${uid}{uid},C=SE", "UID=lha{uid},C=SE");