12 |
|
|
13 |
/\x{ffff}/ |
/\x{ffff}/ |
14 |
A\x{ffff}B |
A\x{ffff}B |
15 |
** Character \x{ffff} is greater than 255. |
0: \x{ffff} |
|
** 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 |
|
16 |
|
|
17 |
/\x{10000}/ |
/\x{10000}/ |
18 |
Failed: character value in \x{...} sequence is too large at offset 8 |
Failed: character value in \x{...} sequence is too large at offset 8 |
240 |
9 = ? A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ^ _ ` a b c d e |
9 = ? A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ^ _ ` a b c d e |
241 |
f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xff |
f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xff |
242 |
|
|
243 |
|
<testdata/saved8 |
244 |
|
Compiled pattern loaded from testdata/saved8 |
245 |
|
No study data |
246 |
|
Error -28 from pcre16_fullinfo(0) |
247 |
|
Running in 16-bit mode but pattern was compiled in 8-bit mode |
248 |
|
|
249 |
/\h/SI |
/\h/SI |
250 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
251 |
No options |
No options |