1 |
/-- This set of tests is for the 16- and 32-bit library's basic (non-UTF-16 or -32) features |
/-- This set of tests is for the 16- and 32-bit library's basic (non-UTF-16 |
2 |
that are not compatible with the 8-bit library, or which give different |
or -32) features that are not compatible with the 8-bit library, or which |
3 |
output in 16- or 32-bit mode. --/ |
give different output in 16- or 32-bit mode. --/ |
4 |
|
|
5 |
/a\Cb/ |
/a\Cb/ |
6 |
aXb |
aXb |
19 |
No options |
No options |
20 |
No first char |
No first char |
21 |
No need char |
No need char |
|
|
|
22 |
|
|
23 |
/\x{100}/I |
/\x{100}/I |
24 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
482 |
End |
End |
483 |
------------------------------------------------------------------ |
------------------------------------------------------------------ |
484 |
|
|
485 |
|
/^\x{ffff}+/i |
486 |
|
\x{ffff} |
487 |
|
0: \x{ffff} |
488 |
|
|
489 |
|
/^\x{ffff}?/i |
490 |
|
\x{ffff} |
491 |
|
0: \x{ffff} |
492 |
|
|
493 |
|
/^\x{ffff}*/i |
494 |
|
\x{ffff} |
495 |
|
0: \x{ffff} |
496 |
|
|
497 |
|
/^\x{ffff}{3}/i |
498 |
|
\x{ffff}\x{ffff}\x{ffff} |
499 |
|
0: \x{ffff}\x{ffff}\x{ffff} |
500 |
|
|
501 |
|
/^\x{ffff}{0,3}/i |
502 |
|
\x{ffff} |
503 |
|
0: \x{ffff} |
504 |
|
|
505 |
/-- End of testinput17 --/ |
/-- End of testinput17 --/ |