summaryrefslogtreecommitdiff
path: root/testdata/testinput12
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-18 16:31:30 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-18 16:31:30 +0000
commit3c2c4493cc3b12dddd2493b465f0ce50e3f77b5a (patch)
tree00da02b321326bc57645afdd9dbb665389cc441c /testdata/testinput12
parent7631cfc720ba913fe3ffa1f23fb747d91d1d7d48 (diff)
downloadpcre2-3c2c4493cc3b12dddd2493b465f0ce50e3f77b5a.tar.gz
Implement callouts from pcre2_substitute().
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1012 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput12')
-rw-r--r--testdata/testinput125
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/testinput12 b/testdata/testinput12
index b0ab909..6a996aa 100644
--- a/testdata/testinput12
+++ b/testdata/testinput12
@@ -381,5 +381,10 @@
\x{100}
\= Expect no match
aaa
+
+# Offsets are different in 8-bit mode.
+
+/(?<=abc)(|def)/g,utf,replace=<$0>,substitute_callout
+ 123abcáyzabcdef789abcሴqr
# End of testinput12