Diff for /embedaddon/pcre/testdata/testoutput14 between versions 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2013/07/22 08:25:57 version 1.1.1.5, 2014/06/15 19:46:05
Line 1 Line 1
/-- This set of tests is run only with the 8-bit library. It starts with all/-- This set of tests is run only with the 8-bit library. They do not require 
    the tests of the POSIX interface, because that is supported only with the    UTF-8 or Unicode property support. The file starts with all the tests of
    8-bit library. --/    the POSIX interface, because that is supported only with the 8-bit library.
     --/
     
 < forbid 8W 
   
 /abc/P  /abc/P
     abc      abc
Line 147  No match Line 150  No match
 ** Character \x{123} is greater than 255 and UTF-8 mode is not enabled.  ** Character \x{123} is greater than 255 and UTF-8 mode is not enabled.
 ** Truncation will probably give the wrong result.  ** Truncation will probably give the wrong result.
 No match  No match
       A\o{443}B 
   ** Character \x{123} is greater than 255 and UTF-8 mode is not enabled.
   ** Truncation will probably give the wrong result.
   No match
       
 /\x{100}/I  /\x{100}/I
Failed: character value in \x{...} sequence is too large at offset 6Failed: character value in \x{} or \o{} is too large at offset 6
   
   /\o{400}/I
   Failed: character value in \x{} or \o{} is too large at offset 6
   
 /  (?: [\040\t] |  \(  /  (?: [\040\t] |  \(
 (?:  [^\\\x80-\xff\n\015()]  |  \\ [^\x80-\xff]  |  \( (?:  [^\\\x80-\xff\n\015()]  |  \\ [^\x80-\xff]  )* \)  )*  (?:  [^\\\x80-\xff\n\015()]  |  \\ [^\x80-\xff]  |  \( (?:  [^\\\x80-\xff\n\015()]  |  \\ [^\x80-\xff]  )* \)  )*
 \)  )*                          # optional leading comment  \)  )*                          # optional leading comment
Line 380  No need char Line 390  No need char
 Subject length lower bound = 1  Subject length lower bound = 1
 Starting byte set: \x09 \x20 \xa0   Starting byte set: \x09 \x20 \xa0 
   
   /\H/SI
   Capturing subpattern count = 0
   No options
   No first char
   No need char
   Subject length lower bound = 1
   No set of starting bytes
   
 /\v/SI  /\v/SI
 Capturing subpattern count = 0  Capturing subpattern count = 0
 No options  No options
Line 388  No need char Line 406  No need char
 Subject length lower bound = 1  Subject length lower bound = 1
 Starting byte set: \x0a \x0b \x0c \x0d \x85   Starting byte set: \x0a \x0b \x0c \x0d \x85 
   
   /\V/SI
   Capturing subpattern count = 0
   No options
   No first char
   No need char
   Subject length lower bound = 1
   No set of starting bytes
   
 /\R/SI  /\R/SI
 Capturing subpattern count = 0  Capturing subpattern count = 0
 No options  No options
Line 409  Starting byte set: \x0a \x0b \x0c \x0d \x85  Line 435  Starting byte set: \x0a \x0b \x0c \x0d \x85 
 /[\h]+/BZ  /[\h]+/BZ
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
        [\x09 \xa0]+        [\x09 \xa0]++
         Ket          Ket
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 472  Failed: character value in \u.... sequence is too larg Line 498  Failed: character value in \u.... sequence is too larg
   
 /[\u0100-\u0200]/<JS>  /[\u0100-\u0200]/<JS>
 Failed: character value in \u.... sequence is too large at offset 6  Failed: character value in \u.... sequence is too large at offset 6
   
   /[^\x00-a]{12,}[^b-\xff]*/BZ
   ------------------------------------------------------------------
           Bra
           [b-\xff] (neg){12,}+
           [\x00-a] (neg)*+
           Ket
           End
   ------------------------------------------------------------------
   
   /[^\s]*\s* [^\W]+\W+ [^\d]*?\d0 [^\d\w]{4,6}?\w*A/BZ
   ------------------------------------------------------------------
           Bra
           [\x00-\x08\x0e-\x1f!-\xff] (neg)*+
           \s*
            
           [0-9A-Z_a-z]++
           \W+
            
           [\x00-/:-\xff] (neg)*+
           \d
           0 
           [\x00-/:-@[-^`{-\xff] (neg){4,6}+
           \w*
           A
           Ket
           End
   ------------------------------------------------------------------
   
 /-- End of testinput14 --/  /-- End of testinput14 --/

Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>