Commit
4fa6dd16d2149c2aeeb32633e3a796d5ebc5b657 added a message
when a quantifier was useless, but then caused the parse to skip it, so
that if it was in an illegal combination, that was no longer caught.
"Useless use of greediness modifier '%c'",
*RExC_parse);
}
- /* Absorb the modifier, so later code doesn't see nor use it */
- nextchar(pRExC_state);
}
do_curly:
(?i - c - Sequence (?... not terminated
(?a-x - c - Sequence (?... not terminated
+.{1}?? - c - Nested quantifiers
+.{1}?+ - c - Nested quantifiers
# Keep these lines at the end of the file
# vim: softtabstop=0 noexpandtab