summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-02-08 16:43:13 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-02-08 16:43:13 +0000
commit46465068f53358d3ae6cca4d9db8d1ed3b9f1928 (patch)
treed961e11b5ea94e726452a145c2e42f350c0c4c3d /testdata
parent0da83661b7dc75a64ba01061393ebb43806cee86 (diff)
downloadpcre-46465068f53358d3ae6cca4d9db8d1ed3b9f1928.tar.gz
Fix duplicate names memory calculation error.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1521 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput22
-rw-r--r--testdata/testoutput11-162
-rw-r--r--testdata/testoutput11-322
-rw-r--r--testdata/testoutput11-82
-rw-r--r--testdata/testoutput22
5 files changed, 7 insertions, 3 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index 55f2340..b08fd15 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -4100,4 +4100,6 @@ backtracking verbs. --/
aa123\O3
aa123\O6
+/(?<N111>(?J)(?<N111>1(111111)11|)1|1|)(?(<N111>)1)/
+
/-- End of testinput2 --/
diff --git a/testdata/testoutput11-16 b/testdata/testoutput11-16
index a1db3f3..294da12 100644
--- a/testdata/testoutput11-16
+++ b/testdata/testoutput11-16
@@ -231,7 +231,7 @@ Memory allocation (code space): 73
------------------------------------------------------------------
/(?P<a>a)...(?P=a)bbb(?P>a)d/BM
-Memory allocation (code space): 57
+Memory allocation (code space): 61
------------------------------------------------------------------
0 24 Bra
2 5 CBra 1
diff --git a/testdata/testoutput11-32 b/testdata/testoutput11-32
index 7b7b030..5e082e8 100644
--- a/testdata/testoutput11-32
+++ b/testdata/testoutput11-32
@@ -231,7 +231,7 @@ Memory allocation (code space): 155
------------------------------------------------------------------
/(?P<a>a)...(?P=a)bbb(?P>a)d/BM
-Memory allocation (code space): 117
+Memory allocation (code space): 125
------------------------------------------------------------------
0 24 Bra
2 5 CBra 1
diff --git a/testdata/testoutput11-8 b/testdata/testoutput11-8
index f5ec652..6957f15 100644
--- a/testdata/testoutput11-8
+++ b/testdata/testoutput11-8
@@ -231,7 +231,7 @@ Memory allocation (code space): 45
------------------------------------------------------------------
/(?P<a>a)...(?P=a)bbb(?P>a)d/BM
-Memory allocation (code space): 34
+Memory allocation (code space): 38
------------------------------------------------------------------
0 30 Bra
3 7 CBra 1
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index f0241c3..e9481b4 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -14273,4 +14273,6 @@ Matched, but too many substrings
0: aa
1: <unset>
+/(?<N111>(?J)(?<N111>1(111111)11|)1|1|)(?(<N111>)1)/
+
/-- End of testinput2 --/