| 1 |
/-- This test is run only when JIT support is available. It checks for a
|
| 2 |
successful and an unsuccessful JIT compile. --/
|
| 3 |
|
| 4 |
/abc/S+I
|
| 5 |
Capturing subpattern count = 0
|
| 6 |
No options
|
| 7 |
First char = 'a'
|
| 8 |
Need char = 'c'
|
| 9 |
Subject length lower bound = 3
|
| 10 |
No set of starting bytes
|
| 11 |
JIT study was successful
|
| 12 |
|
| 13 |
/ab\C/S+I
|
| 14 |
Capturing subpattern count = 0
|
| 15 |
No options
|
| 16 |
First char = 'a'
|
| 17 |
Need char = 'b'
|
| 18 |
Subject length lower bound = 3
|
| 19 |
No set of starting bytes
|
| 20 |
JIT study was not successful
|
| 21 |
|
| 22 |
/-- End of testinput14 --/
|