| 1 |
/-- Tests for reloading pre-compile patterns with UTF-16 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]) --/8
|
| 4 |
|
| 5 |
<!testsaved16LE-2
|
| 6 |
Compiled pattern loaded from testsaved16LE-2
|
| 7 |
Study data loaded from testsaved16LE-2
|
| 8 |
------------------------------------------------------------------
|
| 9 |
0 101 Bra
|
| 10 |
2 45 CBra 1
|
| 11 |
5 [Za\x{400}-\x{10ffff}]{4,}
|
| 12 |
32 [\x{f123}\x{10039}\x{20000}-\x{21234}]?
|
| 13 |
47 30 Alt
|
| 14 |
49 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
|
| 15 |
77 75 Ket
|
| 16 |
79 20 CBra 2
|
| 17 |
82 [\x00-`b-y{-\xff] (neg)
|
| 18 |
99 20 Ket
|
| 19 |
101 101 Ket
|
| 20 |
103 End
|
| 21 |
------------------------------------------------------------------
|
| 22 |
Capturing subpattern count = 2
|
| 23 |
Named capturing subpatterns:
|
| 24 |
cb2 2
|
| 25 |
cbra1 1
|
| 26 |
Options: utf
|
| 27 |
No first char
|
| 28 |
No need char
|
| 29 |
Subject length lower bound = 2
|
| 30 |
No set of starting bytes
|
| 31 |
|
| 32 |
<!testsaved16BE-2
|
| 33 |
Compiled pattern loaded from testsaved16BE-2
|
| 34 |
Study data loaded from testsaved16BE-2
|
| 35 |
------------------------------------------------------------------
|
| 36 |
0 101 Bra
|
| 37 |
2 45 CBra 1
|
| 38 |
5 [Za\x{400}-\x{10ffff}]{4,}
|
| 39 |
32 [\x{f123}\x{10039}\x{20000}-\x{21234}]?
|
| 40 |
47 30 Alt
|
| 41 |
49 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
|
| 42 |
77 75 Ket
|
| 43 |
79 20 CBra 2
|
| 44 |
82 [\x00-`b-y{-\xff] (neg)
|
| 45 |
99 20 Ket
|
| 46 |
101 101 Ket
|
| 47 |
103 End
|
| 48 |
------------------------------------------------------------------
|
| 49 |
Capturing subpattern count = 2
|
| 50 |
Named capturing subpatterns:
|
| 51 |
cb2 2
|
| 52 |
cbra1 1
|
| 53 |
Options: utf
|
| 54 |
No first char
|
| 55 |
No need char
|
| 56 |
Subject length lower bound = 2
|
| 57 |
No set of starting bytes
|
| 58 |
|
| 59 |
/-- End of testinput22 --/
|