Parent Directory
|
Revision Log
Add a simple tripwire to pcretest to lock out certain modifiers.
1 | /-- Tests for the 16-bit library only */ |
2 | |
3 | < forbid 8W |
4 | |
5 | /-- Check maximum non-UTF character size --/ |
6 | |
7 | /\x{ffff}/ |
8 | A\x{ffff}B |
9 | |
10 | /\x{10000}/ |
11 | |
12 | /\o{20000}/ |
13 | |
14 | /-- Check character ranges --/ |
15 | |
16 | /[\H]/BZSI |
17 | |
18 | /[\V]/BZSI |
19 | |
20 | /-- End of testinput23 --/ |
ViewVC Help | |
Powered by ViewVC 1.1.5 |