File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pcre / testdata / testoutput22-32
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 08:25:57 2013 UTC (11 years ago) by misho
Branches: pcre, MAIN
CVS tags: v8_33, HEAD
8.33

    1: /-- Tests for reloading pre-compile patterns with UTF-16 or UTF-32 support. */
    2: 
    3: %-- Generated from: (?P<cbra1>[aZ\x{400}-\x{10ffff}]{4,}[\x{f123}\x{10039}\x{20000}-\x{21234}]?|[A-Cx-z\x{100000}-\x{1000a7}\x{101234}])(?<cb2>[^az])
    4:     In 16-bit mode with options:  S8>testdata/saved16LE-1
    5:                                  FS8>testdata/saved16BE-1
    6:     In 32-bit mode with options:  S8>testdata/saved32LE-1
    7:                                  FS8testdata/saved32BE-1
    8: --%8x
    9: 
   10: <!testsaved16LE-2
   11: Compiled pattern loaded from testsaved16LE-2
   12: Study data loaded from testsaved16LE-2
   13: Error -28 from pcre32_fullinfo(0)
   14: Running in 32-bit mode but pattern was compiled in 16-bit mode
   15: 
   16: <!testsaved16BE-2
   17: Compiled pattern loaded from testsaved16BE-2
   18: Study data loaded from testsaved16BE-2
   19: Error -28 from pcre32_fullinfo(0)
   20: Running in 32-bit mode but pattern was compiled in 16-bit mode
   21: 
   22: <!testsaved32LE-2
   23: Compiled pattern loaded from testsaved32LE-2
   24: Study data loaded from testsaved32LE-2
   25: ------------------------------------------------------------------
   26:   0  70 Bra
   27:   2  33 CBra 1
   28:   5     [Za\x{400}-\x{10ffff}]{4,}
   29:  23     [\x{f123}\x{10039}\x{20000}-\x{21234}]?
   30:  35  19 Alt
   31:  37     [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
   32:  54  52 Ket
   33:  56  12 CBra 2
   34:  59     [\x00-`b-y{-\xff] (neg)
   35:  68  12 Ket
   36:  70  70 Ket
   37:  72     End
   38: ------------------------------------------------------------------
   39: Capturing subpattern count = 2
   40: Named capturing subpatterns:
   41:   cb2     2
   42:   cbra1   1
   43: Options: utf
   44: No first char
   45: No need char
   46: Subject length lower bound = 2
   47: No set of starting bytes
   48: 
   49: <!testsaved32BE-2
   50: Compiled pattern loaded from testsaved32BE-2
   51: Study data loaded from testsaved32BE-2
   52: ------------------------------------------------------------------
   53:   0  70 Bra
   54:   2  33 CBra 1
   55:   5     [Za\x{400}-\x{10ffff}]{4,}
   56:  23     [\x{f123}\x{10039}\x{20000}-\x{21234}]?
   57:  35  19 Alt
   58:  37     [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
   59:  54  52 Ket
   60:  56  12 CBra 2
   61:  59     [\x00-`b-y{-\xff] (neg)
   62:  68  12 Ket
   63:  70  70 Ket
   64:  72     End
   65: ------------------------------------------------------------------
   66: Capturing subpattern count = 2
   67: Named capturing subpatterns:
   68:   cb2     2
   69:   cbra1   1
   70: Options: utf
   71: No first char
   72: No need char
   73: Subject length lower bound = 2
   74: No set of starting bytes
   75: 
   76: /-- End of testinput22 --/

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