summaryrefslogtreecommitdiff
path: root/testdata/testoutput2
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2021-04-28 14:21:38 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2021-04-28 14:21:38 +0000
commitab5bec78a6f8d493b59abc1ae6102dfe441f1145 (patch)
tree9665d0a6b2f56bff0c68b328b083e176ba702616 /testdata/testoutput2
parentc521828d66dbf6331fe585d48aca02b2b1e00146 (diff)
downloadpcre2-ab5bec78a6f8d493b59abc1ae6102dfe441f1145.tar.gz
Documentation and tests update.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1307 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput2')
-rw-r--r--testdata/testoutput220
1 files changed, 20 insertions, 0 deletions
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 4d8f65d..6065ed7 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -17571,6 +17571,26 @@ Failed: error -55 at offset 3 in replacement: requested value is not set
/55|a(..)d/g,replace=>$1<
xyz55abcdxyzabcdxyz\=ovector=2,substitute_unset_empty
3: xyz><>bc<xyz>bc<xyz
+
+/abc/replace=,caseless
+ XabcY
+ 0: abc
+ XABCY
+ 0: ABC
+
+/abc/replace=[4],caseless
+ XabcY
+ 1: XY
+ XABCY
+ 1: XY
+
+/abc/replace=*,caseless
+ XabcY
+ 1: X*Y
+ XABCY
+ 1: X*Y
+ XabcY\=replace=
+ 0: abc
# Expect non-fixed-length error