[Pcre-svn] [451] code/trunk: Another tweak to documentation …

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [451] code/trunk: Another tweak to documentation and tests.
Revision: 451
          http://vcs.pcre.org/viewvc?view=rev&revision=451
Author:   ph10
Date:     2009-09-16 12:05:51 +0100 (Wed, 16 Sep 2009)


Log Message:
-----------
Another tweak to documentation and tests.

Modified Paths:
--------------
    code/trunk/doc/pcrepattern.3
    code/trunk/testdata/testinput12
    code/trunk/testdata/testoutput12


Modified: code/trunk/doc/pcrepattern.3
===================================================================
--- code/trunk/doc/pcrepattern.3    2009-09-16 10:56:40 UTC (rev 450)
+++ code/trunk/doc/pcrepattern.3    2009-09-16 11:05:51 UTC (rev 451)
@@ -642,9 +642,9 @@
 .\" 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 @@
 .rs
 .sp
 .nf
-Last updated: 15 September 2009
+Last updated: 16 September 2009
 Copyright (c) 1997-2009 University of Cambridge.
 .fi


Modified: code/trunk/testdata/testinput12
===================================================================
--- code/trunk/testdata/testinput12    2009-09-16 10:56:40 UTC (rev 450)
+++ code/trunk/testdata/testinput12    2009-09-16 11:05:51 UTC (rev 451)
@@ -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


Modified: code/trunk/testdata/testoutput12
===================================================================
--- code/trunk/testdata/testoutput12    2009-09-16 10:56:40 UTC (rev 450)
+++ code/trunk/testdata/testoutput12    2009-09-16 11:05:51 UTC (rev 451)
@@ -358,6 +358,9 @@
     \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