Diff for /embedaddon/pcre/testdata/testoutput15 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 for UTF-8 support, and is relevant only to the 8-bit /-- This set of tests is for UTF-8 support but not Unicode property support,
    library. --/    and is relevant only to the 8-bit library. --/
   
   < forbid W
   
 /X(\C{3})/8  /X(\C{3})/8
     X\x{1234}      X\x{1234}
  0: X\x{1234}   0: X\x{1234}
Line 72  Failed: invalid UTF-8 string at offset 0 Line 74  Failed: invalid UTF-8 string at offset 0
 /ÃÃÃxxx/8  /ÃÃÃxxx/8
 Failed: invalid UTF-8 string at offset 0  Failed: invalid UTF-8 string at offset 0
   
/ÃÃÃxxx/8?DZSS/ÃÃÃxxx/8?DZSSO
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
         \X{c0}\X{c0}\X{c0}xxx          \X{c0}\X{c0}\X{c0}xxx
Line 80  Failed: invalid UTF-8 string at offset 0 Line 82  Failed: invalid UTF-8 string at offset 0
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
 Capturing subpattern count = 0  Capturing subpattern count = 0
Options: utf no_utf_checkOptions: no_auto_possessify utf no_utf_check
 First char = \x{c3}  First char = \x{c3}
 Need char = 'x'  Need char = 'x'
   
Line 508  No match Line 510  No match
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
         \x{100}{3}          \x{100}{3}
        \x{100}?        \x{100}?+
         Ket          Ket
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 525  No set of starting bytes Line 527  No set of starting bytes
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
         CBra 1          CBra 1
        \x{100}+        \x{100}++
         Alt          Alt
         x          x
         Ket          Ket
Line 562  Starting byte set: a x \xc4  Line 564  Starting byte set: a x \xc4 
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
         CBra 1          CBra 1
        \x{100}{0,2}        \x{100}{0,2}+
         a          a
         Alt          Alt
         x          x
Line 582  Starting byte set: a x \xc4  Line 584  Starting byte set: a x \xc4 
         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 613  Need char = \x{80} Line 615  Need char = \x{80}
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
         a\x{100}          a\x{100}
        \x{101}*        \x{101}*+
         Ket          Ket
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 626  Need char = \x{80} Line 628  Need char = \x{80}
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
         a\x{100}          a\x{100}
        \x{101}+        \x{101}++
         Ket          Ket
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 861  Options: utf Line 863  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.1.4  
changed lines
  Added in v.1.1.1.5


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