Annotation of embedaddon/pcre/testdata/testoutput21-16, revision 1.1.1.1

1.1       misho       1: /-- Tests for reloading pre-compiled patterns. The first one gives an error
                      2: right away, and can be any old pattern compiled in 8-bit mode ("abc" is
                      3: typical). The others require the link size to be 2. */x
                      4: 
                      5: <!testsaved8
                      6: Compiled pattern loaded from testsaved8
                      7: No study data
                      8: Error -28 from pcre16_fullinfo(0)
                      9: Running in 16-bit mode but pattern was compiled in 8-bit mode
                     10: 
                     11: %-- Generated from: ^[aL](?P<name>(?:[AaLl]+)[^xX-]*?)(?P<other>[\x{150}-\x{250}\x{300}]|[^\x{800}aAs-uS-U\x{d800}-\x{dfff}])++[^#\b\x{500}\x{1000}]{3,5}$
                     12:     In 16-bit mode with options:  S>testdata/saved16LE-1
                     13:                                  FS>testdata/saved16BE-1
                     14:     In 32-bit mode with options:  S>testdata/saved32LE-1
                     15:                                  FS>testdata/saved32BE-1
                     16: --%x
                     17: 
                     18: <!testsaved16LE-1
                     19: Compiled pattern loaded from testsaved16LE-1
                     20: Study data loaded from testsaved16LE-1
                     21: ------------------------------------------------------------------
                     22:   0 134 Bra
                     23:   2     ^
                     24:   3     [La]
                     25:  20  43 CBra 1
                     26:  23  20 Bra
                     27:  25     [ALal]+
                     28:  43  20 Ket
                     29:  45     [\x00-,.-WY-wy-\xff] (neg)*?
                     30:  63  43 Ket
                     31:  65  12 CBraPos 2
                     32:  68     [\x{150}-\x{250}\x{300}]
                     33:  77  27 Alt
                     34:  79     [^AS-Uas-u\x{800}\x{d800}-\x{dfff}]
                     35: 104  39 KetRpos
                     36: 106     [^\x08#\x{500}\x{1000}]{3,5}
                     37: 133     $
                     38: 134 134 Ket
                     39: 136     End
                     40: ------------------------------------------------------------------
                     41: Capturing subpattern count = 2
                     42: Named capturing subpatterns:
                     43:   name    1
                     44:   other   2
                     45: Options: anchored
                     46: No first char
                     47: No need char
                     48: Subject length lower bound = 6
                     49: No set of starting bytes
                     50: 
                     51: <!testsaved16BE-1
                     52: Compiled pattern loaded from testsaved16BE-1
                     53: Study data loaded from testsaved16BE-1
                     54: ------------------------------------------------------------------
                     55:   0 134 Bra
                     56:   2     ^
                     57:   3     [La]
                     58:  20  43 CBra 1
                     59:  23  20 Bra
                     60:  25     [ALal]+
                     61:  43  20 Ket
                     62:  45     [\x00-,.-WY-wy-\xff] (neg)*?
                     63:  63  43 Ket
                     64:  65  12 CBraPos 2
                     65:  68     [\x{150}-\x{250}\x{300}]
                     66:  77  27 Alt
                     67:  79     [^AS-Uas-u\x{800}\x{d800}-\x{dfff}]
                     68: 104  39 KetRpos
                     69: 106     [^\x08#\x{500}\x{1000}]{3,5}
                     70: 133     $
                     71: 134 134 Ket
                     72: 136     End
                     73: ------------------------------------------------------------------
                     74: Capturing subpattern count = 2
                     75: Named capturing subpatterns:
                     76:   name    1
                     77:   other   2
                     78: Options: anchored
                     79: No first char
                     80: No need char
                     81: Subject length lower bound = 6
                     82: No set of starting bytes
                     83: 
                     84: <!testsaved32LE-1
                     85: Compiled pattern loaded from testsaved32LE-1
                     86: Study data loaded from testsaved32LE-1
                     87: Error -28 from pcre16_fullinfo(0)
                     88: Running in 16-bit mode but pattern was compiled in 32-bit mode
                     89: 
                     90: <!testsaved32BE-1
                     91: Compiled pattern loaded from testsaved32BE-1
                     92: Study data loaded from testsaved32BE-1
                     93: Error -28 from pcre16_fullinfo(0)
                     94: Running in 16-bit mode but pattern was compiled in 32-bit mode
                     95: 
                     96: /-- End of testinput21 --/

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