summaryrefslogtreecommitdiff
path: root/testdata/testinput2
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput2')
-rw-r--r--testdata/testinput213
1 files changed, 13 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index a10613d..b5c5188 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -5793,4 +5793,17 @@ a)"xI
/^((\1+)(?C)|\d)+133X$/
111133X\=callout_capture
+/abc/replace=xyz,substitute_replacement_only
+ 123abc456
+
+/a(?<ONE>b)c(?<TWO>d)e/g,replace=X$ONE+${TWO}Z,substitute_replacement_only
+ "abcde-abcde-"
+
+/a(b)c|xyz/g,replace=<$0>,substitute_callout,substitute_replacement_only
+ abcdefabcpqr
+ abxyzpqrabcxyz
+ 12abc34xyz99abc55\=substitute_stop=2
+ 12abc34xyz99abc55\=substitute_skip=1
+ 12abc34xyz99abc55\=substitute_skip=2
+
# End of testinput2