summaryrefslogtreecommitdiff
path: root/testdata/testinput2
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-21 16:59:48 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-21 16:59:48 +0000
commit78ec284cdef4eefe5e551ca90f444833130ed834 (patch)
tree18b065ecb081f20467925ee049346a5873114633 /testdata/testinput2
parentdd9e5dc97b897fdec64525560131c1ffb8d8a4d4 (diff)
downloadpcre2-78ec284cdef4eefe5e551ca90f444833130ed834.tar.gz
Implement PCRE2_EXTRA_ESCAPED_CR_IS_LF
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1017 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput2')
-rw-r--r--testdata/testinput28
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index 39323a6..df9eb8b 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -5517,4 +5517,12 @@ a)"xI
/a(b)c|xyz/g,replace=<$0>,substitute_callout
abcdefabcpqr
+/abc\rdef/
+ abc\ndef
+
+/abc\rdef\x{0d}xyz/escaped_cr_is_lf
+ abc\ndef\rxyz
+\= Expect no match
+ abc\ndef\nxyz
+
# End of testinput2