Diff for /embedaddon/pcre/testdata/testoutput18-32 between versions 1.1 and 1.1.1.2

version 1.1, 2013/07/22 01:05:41 version 1.1.1.2, 2014/06/15 19:46:05
Line 1 Line 1
/-- This set of tests is for UTF-16 and UTF-32 support, and is relevant only to the/-- This set of tests is for UTF-16 and UTF-32 support, and is relevant only to
    16- and 32-bit library. --/    the 16- and 32-bit libraries. --/
     
 < forbid W 
   
 /ÃÃÃxxx/8?DZSS  /ÃÃÃxxx/8?DZSS
 **Failed: invalid UTF-8 string cannot be converted to UTF-32  **Failed: invalid UTF-8 string cannot be converted to UTF-32
Line 365  No match Line 367  No match
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
         \x{100}{3}          \x{100}{3}
        \x{100}?        \x{100}?+
         Ket          Ket
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 382  No set of starting bytes Line 384  No set of starting bytes
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
         CBra 1          CBra 1
        \x{100}+        \x{100}++
         Alt          Alt
         x          x
         Ket          Ket
Line 419  Starting byte set: a x \xff  Line 421  Starting byte set: a x \xff 
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
         CBra 1          CBra 1
        \x{100}{0,2}        \x{100}{0,2}+
         a          a
         Alt          Alt
         x          x
Line 439  Starting byte set: a x \xff  Line 441  Starting byte set: a x \xff 
         Bra          Bra
         CBra 1          CBra 1
         \x{100}          \x{100}
        \x{100}{0,1}        \x{100}{0,1}+
         a          a
         Alt          Alt
         x          x
Line 470  No need char Line 472  No need char
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
         a\x{100}          a\x{100}
        \x{101}*        \x{101}*+
         Ket          Ket
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 483  Need char = \x{100} Line 485  Need char = \x{100}
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
         a\x{100}          a\x{100}
        \x{101}+        \x{101}++
         Ket          Ket
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 739  Options: utf Line 741  Options: utf
 No first char  No first char
 Need char = 'x'  Need char = 'x'
 Subject length lower bound = 4  Subject length lower bound = 4
Starting byte set: \x09 \x0a \x0c \x0d \x20 x Starting byte set: \x09 \x0a \x0b \x0c \x0d \x20 x 
   
 /\sxxx\s/I8ST1  /\sxxx\s/I8ST1
 Capturing subpattern count = 0  Capturing subpattern count = 0

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


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