Return to testinput23 CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / pcre / testdata |
1.1 ! misho 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 --/