[Pcre-svn] [752] code/trunk/testdata: Update 16-bit and 32-b…

Inizio della pagina
Delete this message
Autore: Subversion repository
Data:  
To: pcre-svn
Oggetto: [Pcre-svn] [752] code/trunk/testdata: Update 16-bit and 32-bit tests.
Revision: 752
          http://www.exim.org/viewvc/pcre2?view=rev&revision=752
Author:   ph10
Date:     2017-04-16 14:04:57 +0100 (Sun, 16 Apr 2017)
Log Message:
-----------
Update 16-bit and 32-bit tests.


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


Modified: code/trunk/testdata/testoutput22-16
===================================================================
--- code/trunk/testdata/testoutput22-16    2017-04-16 13:03:30 UTC (rev 751)
+++ code/trunk/testdata/testoutput22-16    2017-04-16 13:04:57 UTC (rev 752)
@@ -167,4 +167,9 @@
     a\x{100}b
  0: a\x{100}b


+/^ab\C/utf,no_start_optimize
+\= Expect no match - tests \C at end of subject
+    ab
+No match
+
 # End of testinput22


Modified: code/trunk/testdata/testoutput22-32
===================================================================
--- code/trunk/testdata/testoutput22-32    2017-04-16 13:03:30 UTC (rev 751)
+++ code/trunk/testdata/testoutput22-32    2017-04-16 13:04:57 UTC (rev 752)
@@ -165,4 +165,9 @@
     a\x{100}b
  0: a\x{100}b


+/^ab\C/utf,no_start_optimize
+\= Expect no match - tests \C at end of subject
+    ab
+No match
+
 # End of testinput22