testoutput22-16 2.3 KB

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