summaryrefslogtreecommitdiff
path: root/testdata/testoutput1
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-07-12 17:04:43 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-07-12 17:04:43 +0000
commit8b88032edf7d216678ede8f9abf15b9bce5c3acc (patch)
treeafd65ee7d520a632f56c72ab07c56b46fd47d566 /testdata/testoutput1
parent66b68b51abd7c6348839ae2610bfb2916412f687 (diff)
downloadpcre2-8b88032edf7d216678ede8f9abf15b9bce5c3acc.tar.gz
Documentation and tests update and minor tweak to perltest.sh.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@962 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput1')
-rw-r--r--testdata/testoutput115
1 files changed, 15 insertions, 0 deletions
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index 06469fa..44f4745 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -9841,4 +9841,19 @@ No match
/(?<=(?=.){4,5}x)/
+/a(?=.(*:X))(*SKIP:X)(*F)|(.)/
+ abc
+ 0: a
+ 1: a
+
+/a(?>(*:X))(*SKIP:X)(*F)|(.)/
+ abc
+ 0: a
+ 1: a
+
+/a(?:(*:X))(*SKIP:X)(*F)|(.)/
+ abc
+ 0: b
+ 1: b
+
# End of testinput1