diff options
Diffstat (limited to 'pcre/testdata/testinput2')
-rw-r--r-- | pcre/testdata/testinput2 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pcre/testdata/testinput2 b/pcre/testdata/testinput2 index 00924ee98fa..da6e61499cd 100644 --- a/pcre/testdata/testinput2 +++ b/pcre/testdata/testinput2 @@ -907,6 +907,9 @@ /\U/I +/a{1,3}b/U + ab + /[/I /[a-/I @@ -4045,4 +4048,18 @@ backtracking verbs. --/ /[a[:<:]] should give error/ +/(?=ab\K)/+ + abcd + +/abcd/f<lf> + xx\nxabcd + +/ -- Test stack check external calls --/ + +/(((((a)))))/Q0 + +/(((((a)))))/Q1 + +/(((((a)))))/Q + /-- End of testinput2 --/ |