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