summaryrefslogtreecommitdiff
path: root/testdata/testinput2
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-12-09 16:57:51 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-12-09 16:57:51 +0000
commit83a8a8c6d01e4a39830704a4270821b390f20488 (patch)
tree3cd7fd92f04ecfffac3a1e31098cfd65dfcf713d /testdata/testinput2
parent86d7d2c557262ee15622dcb1a6f51b236c9d2bda (diff)
downloadpcre2-83a8a8c6d01e4a39830704a4270821b390f20488.tar.gz
Fix NULL defer in extended substition for \p, \P, or \X.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@615 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput2')
-rw-r--r--testdata/testinput23
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index de8fe6f..3e08d4a 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -4925,4 +4925,7 @@ a)"xI
/./newline=crlf
\=ph
+/(\x0e00\000000\xc)/replace=\P,substitute_extended
+\x0e00\000000\xc
+
# End of testinput2