/-- This set of tests is for the 16-bit library's basic (non-UTF-16) features that are not compatible with the 8-bit library. --/ /a\Cb/ aXb 0: aXb a\nb 0: a\x0ab /-- Check maximum non-UTF character size --/ /\x{ffff}/ A\x{ffff}B ** Character \x{ffff} is greater than 255. ** Because its input is first processed as 8-bit, pcretest does not ** support such characters in 16-bit mode when UTF-16 is not set. ** Truncation will probably give the wrong result. No match /\x{10000}/ Failed: character value in \x{...} sequence is too large at offset 8 /[^\x{c4}]/DZ ------------------------------------------------------------------ Bra [^\xc4] Ket End ------------------------------------------------------------------ Capturing subpattern count = 0 No options No first char No need char /-- End of testinput17 --/