Have fallback case for escapes (REnamer, 4c15966)

Although it's not mentioned in the pcretest manpage as far as I can tell, in addition to the list of supported escapes a fallback case is accepted (and expected to be implemented) that handles a backslash followed by any other character, as is common in most languages which incorporate some form of escapes.

Roll in support for this, thus fixing a bunch of different test failures.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Fix vertical tab detection (REnamer, 4c78079)
Changes for PCRE_MATCH_LIMIT (REnamer, d297c67) →

All snippets