summaryrefslogtreecommitdiff
path: root/pcre_jit_test.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-09-11 14:31:21 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-09-11 14:31:21 +0000
commit872e41011c69ee598dbdd32444dcde8fa30a23ee (patch)
treebbc0b9c2afdae0e564bc94b160ebf1a9fbe1744f /pcre_jit_test.c
parent3e3345effab1548229f5cf368f19ace0b64d782b (diff)
downloadpcre-872e41011c69ee598dbdd32444dcde8fa30a23ee.tar.gz
Final source and document tidies for 8.20-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@691 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_jit_test.c')
-rw-r--r--pcre_jit_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcre_jit_test.c b/pcre_jit_test.c
index 0d69b72..86ed797 100644
--- a/pcre_jit_test.c
+++ b/pcre_jit_test.c
@@ -57,7 +57,7 @@ POSSIBILITY OF SUCH DAMAGE.
\xe2\x80\xa8 = 0x2028 (Line Separator)
\xc8\xba = 570 \xe2\xb1\xa5 = 11365 (lowercase length != uppercase length)
\xcc\x8d = 781 (Something with Mark property)
-*/
+*/
static void setstack(pcre_extra *extra);
static int regression_tests(void);
@@ -568,7 +568,7 @@ static struct regression_test_case regression_test_cases[] = {
{ MUA, 0, "((((?:(?:(?:\\w)+)?)*|(?>\\w)+?)+|(?>\\w)?\?)*)?\\s", "aaaaa+ " },
{ MUA, 0, "(?:((?:(?:(?:\\w*?)+)??|(?>\\w)?|\\w*+)*)+)+?\\s", "aa+ " },
{ MUA, 0, "((a?)+)+b", "aaaaaaaaaaaaa b" },
-
+
/* Deep recursion: Stack limit reached. */
{ MA, 0, "a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?aaaaaaaaaaaaaaaaaaaaaaa", "aaaaaaaaaaaaaaaaaaaaaaa" },
{ MA, 0, "(?:a+)+b", "aaaaaaaaaaaaaaaaaaaaaaaa b" },
@@ -672,7 +672,7 @@ static int regression_tests(void)
} else {
printf("\nSuccessful test ratio: %d%%\n", succesful * 100 / total);
return 1;
- }
+ }
}
/* End of pcre_jit_test.c */