ch= (ch == '<') ? '>' : (ch == '{') ? '}' : '\'';
if (RExC_parse == name_start || *RExC_parse != ch)
vFAIL2("Sequence %.3s... not terminated",parse_start);
ch= (ch == '<') ? '>' : (ch == '{') ? '}' : '\'';
if (RExC_parse == name_start || *RExC_parse != ch)
vFAIL2("Sequence %.3s... not terminated",parse_start);