summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-16 11:05:51 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-16 11:05:51 +0000
commitb4dccf21e09f9b0152b4fc554b53d34de5ec4373 (patch)
treee009729d0dabe5168e031e4065a8983e577d45b3
parent7692ae91e93e3734fb046e2e4edff761219a0cc1 (diff)
downloadpcre-b4dccf21e09f9b0152b4fc554b53d34de5ec4373.tar.gz
Another tweak to documentation and tests.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@451 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--doc/pcrepattern.36
-rw-r--r--testdata/testinput123
-rw-r--r--testdata/testoutput123
3 files changed, 9 insertions, 3 deletions
diff --git a/doc/pcrepattern.3 b/doc/pcrepattern.3
index ff9ce53..87d8eb3 100644
--- a/doc/pcrepattern.3
+++ b/doc/pcrepattern.3
@@ -642,9 +642,9 @@ cannot be tested by PCRE, unless UTF-8 validity checking has been turned off
.\" HREF
\fBpcreapi\fP
.\"
-page).
+page). Perl does not support the Cs property.
.P
-The long synonyms for these properties that Perl supports (such as \ep{Letter})
+The long synonyms for property names that Perl supports (such as \ep{Letter})
are not supported by PCRE, nor is it permitted to prefix any of these
properties with "Is".
.P
@@ -2258,6 +2258,6 @@ Cambridge CB2 3QH, England.
.rs
.sp
.nf
-Last updated: 15 September 2009
+Last updated: 16 September 2009
Copyright (c) 1997-2009 University of Cambridge.
.fi
diff --git a/testdata/testinput12 b/testdata/testinput12
index 91f31e3..ab42f45 100644
--- a/testdata/testinput12
+++ b/testdata/testinput12
@@ -131,6 +131,9 @@
\x{2028}
\x{200d}
+/-- These four are here rather than in test 6 because Perl has problems with
+ the negative versions of the properties. --/
+
/\p{^Lu}/8i
1234
** Failers
diff --git a/testdata/testoutput12 b/testdata/testoutput12
index 70ca7a3..21190d5 100644
--- a/testdata/testoutput12
+++ b/testdata/testoutput12
@@ -358,6 +358,9 @@ No match
\x{200d}
No match
+/-- These four are here rather than in test 6 because Perl has problems with
+ the negative versions of the properties. --/
+
/\p{^Lu}/8i
1234
0: 1