diff options
Diffstat (limited to 'pcre/testdata/testoutput4')
-rw-r--r-- | pcre/testdata/testoutput4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pcre/testdata/testoutput4 b/pcre/testdata/testoutput4 index 0dbec4eccab..dcf13b08507 100644 --- a/pcre/testdata/testoutput4 +++ b/pcre/testdata/testoutput4 @@ -1263,4 +1263,12 @@ No match aa 0: aa +/^.\B.\B./8 + \x{10123}\x{10124}\x{10125} + 0: \x{10123}\x{10124}\x{10125} + +/^#[^\x{ffff}]#[^\x{ffff}]#[^\x{ffff}]#/8 + #\x{10000}#\x{100}#\x{10ffff}# + 0: #\x{10000}#\x{100}#\x{10ffff}# + /-- End of testinput4 --/ |