S<<-- HERE> shows whereabouts in the regular expression the problem was
discovered.
+=item Sequence (?... not terminated in regex; marked by S<<-- HERE> in
+m/%s/
+
+(F) There was no matching closing parenthesis for the '('. The
+S<<-- HERE> shows whereabouts in the regular expression the problem was
+discovered.
+
=item Sequence \%s... not terminated in regex; marked by S<<-- HERE> in
m/%s/
++RExC_parse;
}
- if (PASS2) {
- STD_PMMOD_FLAGS_PARSE_X_WARN(x_mod_count);
- }
+ vFAIL("Sequence (?... not terminated");
}
/*
\p^ A c - Character following \\p must be '{' or a single-character Unicode property name
\PU A c - Can't find Unicode property definition \"U\"
+(?i - c - Sequence (?... not terminated
+(?a-x - c - Sequence (?... not terminated
+
# Keep these lines at the end of the file
# vim: softtabstop=0 noexpandtab