summaryrefslogtreecommitdiff
path: root/testdata/testoutput5
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-11-14 17:28:19 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-11-14 17:28:19 +0000
commitbb3b449a3ed76f102059a3c4018619220eeb9d32 (patch)
treefab4167cd1dcff1bd3dec79005a45867b734cc79 /testdata/testoutput5
parentd294fed808b68466ee5fdc872ce0718b644091a8 (diff)
downloadpcre2-bb3b449a3ed76f102059a3c4018619220eeb9d32.tar.gz
Implement PCRE2_INFO_HASBACKSLASHC.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@436 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput5')
-rw-r--r--testdata/testoutput58
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/testoutput5 b/testdata/testoutput5
index fd68c87..ef93100 100644
--- a/testdata/testoutput5
+++ b/testdata/testoutput5
@@ -4062,4 +4062,12 @@ No match
abc\=zero_terminate
1: xyz
+/abc\Cdef/info,utf
+Capturing subpattern count = 0
+Contains \C
+Options: utf
+First code unit = 'a'
+Last code unit = 'f'
+Subject length lower bound = 0
+
# End of testinput5