error(U_REGEX_LOOK_BEHIND_LIMIT);
break;
}
- if (minML == INT32_MAX && maxML == 0) {
+ if (minML == INT32_MAX) {
// This condition happens when no match is possible, such as with a
// [set] expression containing no elements.
// In principle, the generated code to evaluate the expression could be deleted,
"(?<![ⰿ&&m]c)" "<0></0>abc" # note: first 'ⰿ' is \u2c3f, hence empty set.
"(?<![^\u0000-\U0010ffff]c)" "<0></0>abc"
+"(?<=[^[^\1a]\1a]†)" "abc" # Problem also exists w positive look-behind
# Random debugging, Temporary
#
-
#
# Regexps from http://www.regexlib.com
#