1 |
/-- This test is run only when JIT support is not available. It checks that an |
/-- This test is run only when JIT support is not available. It checks that an |
2 |
attempt to use it has the expected behaviour. --/ |
attempt to use it has the expected behaviour. It also tests things that |
3 |
|
are different without JIT. --/ |
4 |
|
|
5 |
/abc/S+I |
/abc/S+I |
6 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
11 |
No set of starting bytes |
No set of starting bytes |
12 |
JIT support is not available in this version of PCRE |
JIT support is not available in this version of PCRE |
13 |
|
|
14 |
|
/\p{Xps}*/SI |
15 |
|
Capturing subpattern count = 0 |
16 |
|
No options |
17 |
|
No first char |
18 |
|
No need char |
19 |
|
Study returned NULL |
20 |
|
JIT support is not available in this version of PCRE |
21 |
|
|
22 |
/-- End of testinput15 --/ |
/-- End of testinput15 --/ |