summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-08-21 16:08:33 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-08-21 16:08:33 +0000
commitf25903ade90a9177cf1175eb48fb36e500b3cca4 (patch)
tree9f7e47c62475ae08d0c62a938272c8f86cd11618 /testdata
parent11b13a6e09774133713f4c2aac6aeb732a7f4b11 (diff)
downloadpcre-f25903ade90a9177cf1175eb48fb36e500b3cca4.tar.gz
Hack in yet other patch for a bug in size computation that is fixed "properly"
in PCRE2. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1594 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput22
-rw-r--r--testdata/testoutput22
2 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index 2431d90..6b8a58d 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -4211,4 +4211,6 @@ backtracking verbs. --/
/((*MARK:A))++a(*SKIP:B)b/
aacb
+/(?J:(?|(:(?|(?'R')(\z(?|(?'R')(\k'R')|((?'R')))k'R')|((?'R')))H'Ak'Rf)|s(?'R')))/
+
/-- End of testinput2 --/
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 1be331e..3e81ef8 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -14561,4 +14561,6 @@ No match
aacb
No match
+/(?J:(?|(:(?|(?'R')(\z(?|(?'R')(\k'R')|((?'R')))k'R')|((?'R')))H'Ak'Rf)|s(?'R')))/
+
/-- End of testinput2 --/