Diff for /embedaddon/pcre/testdata/testinput14 between versions 1.1.1.3 and 1.1.1.5

version 1.1.1.3, 2012/10/09 09:19:18 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 85 Line 88
     a\nb      a\nb
     ** Failers (too big char)       ** Failers (too big char) 
     A\x{123}B       A\x{123}B 
       A\o{443}B 
       
 /\x{100}/I  /\x{100}/I
   
   /\o{400}/I
   
 /  (?: [\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 290  not matter. --/ Line 296  not matter. --/
   
 <!testsaved16  <!testsaved16
   
   <!testsaved32
   
 /\h/SI  /\h/SI
   
   /\H/SI
   
 /\v/SI  /\v/SI
   
   /\V/SI
   
 /\R/SI  /\R/SI
   
 /[\h]/BZ  /[\h]/BZ
Line 323  not matter. --/ Line 335  not matter. --/
 /\u0100/<JS>  /\u0100/<JS>
   
 /[\u0100-\u0200]/<JS>  /[\u0100-\u0200]/<JS>
   
   /[^\x00-a]{12,}[^b-\xff]*/BZ
   
   /[^\s]*\s* [^\W]+\W+ [^\d]*?\d0 [^\d\w]{4,6}?\w*A/BZ
   
 /-- End of testinput14 --/  /-- End of testinput14 --/

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


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