--- code/trunk/pcretest.c 2008/04/22 09:16:15 344 +++ code/trunk/pcretest.c 2008/04/28 15:10:02 345 @@ -1255,15 +1255,15 @@ if (strncmp((char *)pp, "JS>", 3) == 0) { options |= PCRE_JAVASCRIPT_COMPAT; - pp += 3; + pp += 3; } else - { + { int x = check_newline(pp, outfile); if (x == 0) goto SKIP_DATA; options |= x; while (*pp++ != '>'); - } + } } break;