summaryrefslogtreecommitdiff
path: root/testdata/testinput2
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-23 12:34:58 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-23 12:34:58 +0000
commit37158d060dd5f90980cda777fdf0eeebb7870c50 (patch)
tree4b073b730de5dce1f122de1cce921b2592febfa7 /testdata/testinput2
parent925a5f766203a9cea8ec690627608111331f4dd7 (diff)
downloadpcre2-37158d060dd5f90980cda777fdf0eeebb7870c50.tar.gz
Follow the partial matching changes in JIT.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1143 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput2')
-rw-r--r--testdata/testinput224
1 files changed, 12 insertions, 12 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index aad9f1d..16c03c9 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -5694,35 +5694,35 @@ a)"xI
/(\2)((?=(?<=\1)))/
/c*+(?<=[bc])/
- abc\=ph,no_jit
- ab\=ph,no_jit
- abc\=ps,no_jit
- ab\=ps,no_jit
+ abc\=ph
+ ab\=ph
+ abc\=ps
+ ab\=ps
/c++(?<=[bc])/
- abc\=ph,no_jit
- ab\=ph,no_jit
+ abc\=ph
+ ab\=ph
/(?<=(?=.(?<=x)))/
abx
- ab\=ph,no_jit
+ ab\=ph
bxyz
xyz
/\z/
- abc\=ph,no_jit
+ abc\=ph
abc\=ps
/\Z/
- abc\=ph,no_jit
+ abc\=ph
abc\=ps
- abc\n\=ph,no_jit
+ abc\n\=ph
abc\n\=ps
/(?![ab]).*/
- ab\=ph,no_jit
+ ab\=ph
/c*+/
- ab\=ph,offset=2,no_jit
+ ab\=ph,offset=2
# End of testinput2