[Pcre-svn] [468] code/trunk/testdata: Some tests were in the…

Inizio della pagina
Delete this message
Autore: Subversion repository
Data:  
To: pcre-svn
Oggetto: [Pcre-svn] [468] code/trunk/testdata: Some tests were in the wrong files.
Revision: 468
          http://www.exim.org/viewvc/pcre2?view=rev&revision=468
Author:   ph10
Date:     2015-12-15 18:21:49 +0000 (Tue, 15 Dec 2015)
Log Message:
-----------
Some tests were in the wrong files.


Modified Paths:
--------------
    code/trunk/testdata/testinput2
    code/trunk/testdata/testinput21
    code/trunk/testdata/testinput22
    code/trunk/testdata/testinput5
    code/trunk/testdata/testoutput2
    code/trunk/testdata/testoutput21
    code/trunk/testdata/testoutput22-16
    code/trunk/testdata/testoutput22-32
    code/trunk/testdata/testoutput22-8
    code/trunk/testdata/testoutput5


Modified: code/trunk/testdata/testinput2
===================================================================
--- code/trunk/testdata/testinput2    2015-12-15 18:20:50 UTC (rev 467)
+++ code/trunk/testdata/testinput2    2015-12-15 18:21:49 UTC (rev 468)
@@ -11,8 +11,6 @@
 #forbid_utf
 #newline_default lf any anycrlf


-/abc\Cdef/info
-
# Test binary zeroes in the pattern

# /a\0B/ where 0 is a binary zero

Modified: code/trunk/testdata/testinput21
===================================================================
--- code/trunk/testdata/testinput21    2015-12-15 18:20:50 UTC (rev 467)
+++ code/trunk/testdata/testinput21    2015-12-15 18:21:49 UTC (rev 468)
@@ -7,7 +7,7 @@


/ab\Cde/never_backslash_c

-/ab\Cde/
+/ab\Cde/info
     abXde


/(?<=ab\Cde)X/

Modified: code/trunk/testdata/testinput22
===================================================================
--- code/trunk/testdata/testinput22    2015-12-15 18:20:50 UTC (rev 467)
+++ code/trunk/testdata/testinput22    2015-12-15 18:21:49 UTC (rev 468)
@@ -3,7 +3,7 @@
 # of this test is different in 8-, 16-, and 32-bit modes. Some tests may match
 # in some widths and not in others.


-/ab\Cde/utf
+/ab\Cde/utf,info
     abXde


# This should produce an error diagnostic (\C in UTF lookbehind)

Modified: code/trunk/testdata/testinput5
===================================================================
--- code/trunk/testdata/testinput5    2015-12-15 18:20:50 UTC (rev 467)
+++ code/trunk/testdata/testinput5    2015-12-15 18:21:49 UTC (rev 468)
@@ -1691,8 +1691,6 @@
 /abc/utf,replace=xyz
     abc\=zero_terminate


-/abc\Cdef/info,utf
-
/a[[:punct:]b]/ucp,bincode

/a[[:punct:]b]/utf,ucp,bincode

Modified: code/trunk/testdata/testoutput2
===================================================================
--- code/trunk/testdata/testoutput2    2015-12-15 18:20:50 UTC (rev 467)
+++ code/trunk/testdata/testoutput2    2015-12-15 18:21:49 UTC (rev 468)
@@ -11,13 +11,6 @@
 #forbid_utf
 #newline_default lf any anycrlf


-/abc\Cdef/info
-Capturing subpattern count = 0
-Contains \C
-First code unit = 'a'
-Last code unit = 'f'
-Subject length lower bound = 7
-
# Test binary zeroes in the pattern

# /a\0B/ where 0 is a binary zero

Modified: code/trunk/testdata/testoutput21
===================================================================
--- code/trunk/testdata/testoutput21    2015-12-15 18:20:50 UTC (rev 467)
+++ code/trunk/testdata/testoutput21    2015-12-15 18:21:49 UTC (rev 468)
@@ -78,7 +78,12 @@
 /ab\Cde/never_backslash_c
 Failed: error 183 at offset 3: using \C is disabled by the application


-/ab\Cde/
+/ab\Cde/info
+Capturing subpattern count = 0
+Contains \C
+First code unit = 'a'
+Last code unit = 'e'
+Subject length lower bound = 5
     abXde
  0: abXde



Modified: code/trunk/testdata/testoutput22-16
===================================================================
--- code/trunk/testdata/testoutput22-16    2015-12-15 18:20:50 UTC (rev 467)
+++ code/trunk/testdata/testoutput22-16    2015-12-15 18:21:49 UTC (rev 468)
@@ -3,7 +3,13 @@
 # of this test is different in 8-, 16-, and 32-bit modes. Some tests may match
 # in some widths and not in others.


-/ab\Cde/utf
+/ab\Cde/utf,info
+Capturing subpattern count = 0
+Contains \C
+Options: utf
+First code unit = 'a'
+Last code unit = 'e'
+Subject length lower bound = 0
     abXde
  0: abXde



Modified: code/trunk/testdata/testoutput22-32
===================================================================
--- code/trunk/testdata/testoutput22-32    2015-12-15 18:20:50 UTC (rev 467)
+++ code/trunk/testdata/testoutput22-32    2015-12-15 18:21:49 UTC (rev 468)
@@ -3,7 +3,13 @@
 # of this test is different in 8-, 16-, and 32-bit modes. Some tests may match
 # in some widths and not in others.


-/ab\Cde/utf
+/ab\Cde/utf,info
+Capturing subpattern count = 0
+Contains \C
+Options: utf
+First code unit = 'a'
+Last code unit = 'e'
+Subject length lower bound = 0
     abXde
  0: abXde



Modified: code/trunk/testdata/testoutput22-8
===================================================================
--- code/trunk/testdata/testoutput22-8    2015-12-15 18:20:50 UTC (rev 467)
+++ code/trunk/testdata/testoutput22-8    2015-12-15 18:21:49 UTC (rev 468)
@@ -3,7 +3,13 @@
 # of this test is different in 8-, 16-, and 32-bit modes. Some tests may match
 # in some widths and not in others.


-/ab\Cde/utf
+/ab\Cde/utf,info
+Capturing subpattern count = 0
+Contains \C
+Options: utf
+First code unit = 'a'
+Last code unit = 'e'
+Subject length lower bound = 0
     abXde
  0: abXde



Modified: code/trunk/testdata/testoutput5
===================================================================
--- code/trunk/testdata/testoutput5    2015-12-15 18:20:50 UTC (rev 467)
+++ code/trunk/testdata/testoutput5    2015-12-15 18:21:49 UTC (rev 468)
@@ -4064,14 +4064,6 @@
     abc\=zero_terminate
  1: xyz


-/abc\Cdef/info,utf
-Capturing subpattern count = 0
-Contains \C
-Options: utf
-First code unit = 'a'
-Last code unit = 'f'
-Subject length lower bound = 0
-
 /a[[:punct:]b]/ucp,bincode
 ------------------------------------------------------------------
         Bra