[Pcre-svn] [919] code/trunk/testdata: Add another test.

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [919] code/trunk/testdata: Add another test.
Revision: 919
          http://www.exim.org/viewvc/pcre2?view=rev&revision=919
Author:   ph10
Date:     2018-02-20 15:37:49 +0000 (Tue, 20 Feb 2018)
Log Message:
-----------
Add another test.


Modified Paths:
--------------
    code/trunk/testdata/testinput22
    code/trunk/testdata/testoutput22-16
    code/trunk/testdata/testoutput22-32
    code/trunk/testdata/testoutput22-8


Modified: code/trunk/testdata/testinput22
===================================================================
--- code/trunk/testdata/testinput22    2018-02-19 17:26:33 UTC (rev 918)
+++ code/trunk/testdata/testinput22    2018-02-20 15:37:49 UTC (rev 919)
@@ -102,4 +102,7 @@
 /\C[^\v]+\x80/utf
     [AΏBŀC]


+/\C[^\d]+\x80/utf
+    [AΏBŀC]
+
 # End of testinput22


Modified: code/trunk/testdata/testoutput22-16
===================================================================
--- code/trunk/testdata/testoutput22-16    2018-02-19 17:26:33 UTC (rev 918)
+++ code/trunk/testdata/testoutput22-16    2018-02-20 15:37:49 UTC (rev 919)
@@ -176,4 +176,8 @@
     [AΏBŀC]
 No match


+/\C[^\d]+\x80/utf
+    [AΏBŀC]
+No match
+
 # End of testinput22


Modified: code/trunk/testdata/testoutput22-32
===================================================================
--- code/trunk/testdata/testoutput22-32    2018-02-19 17:26:33 UTC (rev 918)
+++ code/trunk/testdata/testoutput22-32    2018-02-20 15:37:49 UTC (rev 919)
@@ -174,4 +174,8 @@
     [AΏBŀC]
 No match


+/\C[^\d]+\x80/utf
+    [AΏBŀC]
+No match
+
 # End of testinput22


Modified: code/trunk/testdata/testoutput22-8
===================================================================
--- code/trunk/testdata/testoutput22-8    2018-02-19 17:26:33 UTC (rev 918)
+++ code/trunk/testdata/testoutput22-8    2018-02-20 15:37:49 UTC (rev 919)
@@ -178,4 +178,8 @@
     [AΏBŀC]
 No match


+/\C[^\d]+\x80/utf
+    [AΏBŀC]
+No match
+
 # End of testinput22