Parent Directory
|
Revision Log
pcre32: compile: Fix \H and \V character ranges for pcre32 Go up to 0xffffffff, and move the tests to the split 16- and 32-bit tests because the output differs. TODO: these character ranges look rather odd for non-UTF mode... bug?
1 | /-- Tests for the 16-bit library only */ |
2 | |
3 | /-- Check maximum non-UTF character size --/ |
4 | |
5 | /\x{ffff}/ |
6 | A\x{ffff}B |
7 | |
8 | /\x{10000}/ |
9 | |
10 | /-- Check character ranges --/ |
11 | |
12 | /[\H]/BZSI |
13 | |
14 | /[\V]/BZSI |
15 | |
16 | /-- End of testinput23 --/ |
ViewVC Help | |
Powered by ViewVC 1.1.5 |