summaryrefslogtreecommitdiff
path: root/testdata/testinput2
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-24 16:23:53 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-24 16:23:53 +0000
commitaf1cda3afb77f3e43c3c8069bd3b784abbcc2036 (patch)
tree017d58feceff97ee27ad288230fa7017fdac1feb /testdata/testinput2
parent78ec284cdef4eefe5e551ca90f444833130ed834 (diff)
downloadpcre2-af1cda3afb77f3e43c3c8069bd3b784abbcc2036.tar.gz
Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also
(*atomic:...). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1018 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput2')
-rw-r--r--testdata/testinput26
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index df9eb8b..ad7f477 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -5525,4 +5525,10 @@ a)"xI
\= Expect no match
abc\ndef\nxyz
+/(?(*ACCEPT)xxx)/
+
+/(?(*atomic:xx)xxx)/
+
+/(?(*script_run:xxx)zzz)/
+
# End of testinput2