summaryrefslogtreecommitdiff
path: root/testdata/testoutput7
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-02-06 18:11:36 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-02-06 18:11:36 +0000
commit03c006cfda40d5218d2248674ddc3824f8169897 (patch)
tree8bfb007e8adba8eb8e1256afba09001b52509905 /testdata/testoutput7
parent2aee0809b4ec6f9c2fdbb33a0c200b17a9fd333c (diff)
downloadpcre2-03c006cfda40d5218d2248674ddc3824f8169897.tar.gz
Allow non-ASCII in group names when UTF is set; revise group naming terminology
in documentation to use "capture group", as Perl does. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1066 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput7')
-rw-r--r--testdata/testoutput78
1 files changed, 4 insertions, 4 deletions
diff --git a/testdata/testoutput7 b/testdata/testoutput7
index f804185..004186e 100644
--- a/testdata/testoutput7
+++ b/testdata/testoutput7
@@ -1030,7 +1030,7 @@ No match
No match
/a\Rb/I,bsr=anycrlf,utf
-Capturing subpattern count = 0
+Capture group count = 0
Options: utf
\R matches CR, LF, or CRLF
First code unit = 'a'
@@ -1049,7 +1049,7 @@ No match
No match
/a\Rb/I,bsr=unicode,utf
-Capturing subpattern count = 0
+Capture group count = 0
Options: utf
\R matches any Unicode newline
First code unit = 'a'
@@ -1067,7 +1067,7 @@ Subject length lower bound = 3
0: a\x{0b}b
/a\R?b/I,bsr=anycrlf,utf
-Capturing subpattern count = 0
+Capture group count = 0
Options: utf
\R matches CR, LF, or CRLF
First code unit = 'a'
@@ -1086,7 +1086,7 @@ No match
No match
/a\R?b/I,bsr=unicode,utf
-Capturing subpattern count = 0
+Capture group count = 0
Options: utf
\R matches any Unicode newline
First code unit = 'a'