diff options
Diffstat (limited to 'pcre/testdata/testoutput26')
-rw-r--r-- | pcre/testdata/testoutput26 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pcre/testdata/testoutput26 b/pcre/testdata/testoutput26 index 0e6d0559fab..28f8d42a5ed 100644 --- a/pcre/testdata/testoutput26 +++ b/pcre/testdata/testoutput26 @@ -1,9 +1,14 @@ /-- Tests for the 32-bit library with UTF-32 support only */ +< forbid W + /-- Non-UTF characters --/ /\x{110000}/8 -Failed: character value in \x{...} sequence is too large at offset 9 +Failed: character value in \x{} or \o{} is too large at offset 9 + +/\o{4200000}/8 +Failed: character value in \x{} or \o{} is too large at offset 10 /\C/8 \x{110000} |