diff options
Diffstat (limited to 'pcre/testdata/testinput12')
-rw-r--r-- | pcre/testdata/testinput12 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pcre/testdata/testinput12 b/pcre/testdata/testinput12 index 5d727af26af..d68551f7aa3 100644 --- a/pcre/testdata/testinput12 +++ b/pcre/testdata/testinput12 @@ -87,4 +87,12 @@ and a couple of things that are different with JIT. --/ /^12345678abcd/mS++ 12345678abcd +/-- Test pattern compilation --/ + +/(?:a|b|c|d|e)(?R)/S++ + +/(?:a|b|c|d|e)(?R)(?R)/S++ + +/(a(?:a|b|c|d|e)b){8,16}/S++ + /-- End of testinput12 --/ |