summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-08-24 09:49:06 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-08-24 09:49:06 +0000
commit3d03682cb04729fe44211dc04d01d5075d7437c1 (patch)
treeabd0aa6ec829696d5e811fb7a77c36feca2d5af6 /testdata
parentf25903ade90a9177cf1175eb48fb36e500b3cca4 (diff)
downloadpcre-3d03682cb04729fe44211dc04d01d5075d7437c1.tar.gz
Fix two assertion fails in JIT found by Karl Skomski.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1595 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput122
-rw-r--r--testdata/testinput63
-rw-r--r--testdata/testoutput122
-rw-r--r--testdata/testoutput64
4 files changed, 11 insertions, 0 deletions
diff --git a/testdata/testinput12 b/testdata/testinput12
index c455cbb..e109de7 100644
--- a/testdata/testinput12
+++ b/testdata/testinput12
@@ -99,4 +99,6 @@ and a couple of things that are different with JIT. --/
/(?:|a|){100}x/S++
+/(x(?1)){4}/S++
+
/-- End of testinput12 --/
diff --git a/testdata/testinput6 b/testdata/testinput6
index 02cef0d..5666fbc 100644
--- a/testdata/testinput6
+++ b/testdata/testinput6
@@ -1502,4 +1502,7 @@
/\C\X*QT/8
Ӆ\x0aT
+/[\pS#moq]/
+ =
+
/-- End of testinput6 --/
diff --git a/testdata/testoutput12 b/testdata/testoutput12
index 202ff78..4fe0417 100644
--- a/testdata/testoutput12
+++ b/testdata/testoutput12
@@ -195,4 +195,6 @@ No match, mark = m (JIT)
/(?:|a|){100}x/S++
+/(x(?1)){4}/S++
+
/-- End of testinput12 --/
diff --git a/testdata/testoutput6 b/testdata/testoutput6
index 3f035b8..72e4f46 100644
--- a/testdata/testoutput6
+++ b/testdata/testoutput6
@@ -2469,4 +2469,8 @@ No match
Ӆ\x0aT
No match
+/[\pS#moq]/
+ =
+ 0: =
+
/-- End of testinput6 --/