Annotation of embedaddon/pcre/testdata/testoutput22-16, revision 1.1
1.1 ! misho 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: ------------------------------------------------------------------
! 14: 0 101 Bra
! 15: 2 45 CBra 1
! 16: 5 [Za\x{400}-\x{10ffff}]{4,}
! 17: 32 [\x{f123}\x{10039}\x{20000}-\x{21234}]?
! 18: 47 30 Alt
! 19: 49 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
! 20: 77 75 Ket
! 21: 79 20 CBra 2
! 22: 82 [\x00-`b-y{-\xff] (neg)
! 23: 99 20 Ket
! 24: 101 101 Ket
! 25: 103 End
! 26: ------------------------------------------------------------------
! 27: Capturing subpattern count = 2
! 28: Named capturing subpatterns:
! 29: cb2 2
! 30: cbra1 1
! 31: Options: utf
! 32: No first char
! 33: No need char
! 34: Subject length lower bound = 2
! 35: No set of starting bytes
! 36:
! 37: <!testsaved16BE-2
! 38: Compiled pattern loaded from testsaved16BE-2
! 39: Study data loaded from testsaved16BE-2
! 40: ------------------------------------------------------------------
! 41: 0 101 Bra
! 42: 2 45 CBra 1
! 43: 5 [Za\x{400}-\x{10ffff}]{4,}
! 44: 32 [\x{f123}\x{10039}\x{20000}-\x{21234}]?
! 45: 47 30 Alt
! 46: 49 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
! 47: 77 75 Ket
! 48: 79 20 CBra 2
! 49: 82 [\x00-`b-y{-\xff] (neg)
! 50: 99 20 Ket
! 51: 101 101 Ket
! 52: 103 End
! 53: ------------------------------------------------------------------
! 54: Capturing subpattern count = 2
! 55: Named capturing subpatterns:
! 56: cb2 2
! 57: cbra1 1
! 58: Options: utf
! 59: No first char
! 60: No need char
! 61: Subject length lower bound = 2
! 62: No set of starting bytes
! 63:
! 64: <!testsaved32LE-2
! 65: Compiled pattern loaded from testsaved32LE-2
! 66: Study data loaded from testsaved32LE-2
! 67: Error -28 from pcre16_fullinfo(0)
! 68: Running in 16-bit mode but pattern was compiled in 32-bit mode
! 69:
! 70: <!testsaved32BE-2
! 71: Compiled pattern loaded from testsaved32BE-2
! 72: Study data loaded from testsaved32BE-2
! 73: Error -28 from pcre16_fullinfo(0)
! 74: Running in 16-bit mode but pattern was compiled in 32-bit mode
! 75:
! 76: /-- End of testinput22 --/
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>