summaryrefslogtreecommitdiff
path: root/pcre/testdata/testoutput25
diff options
context:
space:
mode:
Diffstat (limited to 'pcre/testdata/testoutput25')
-rw-r--r--pcre/testdata/testoutput2514
1 files changed, 14 insertions, 0 deletions
diff --git a/pcre/testdata/testoutput25 b/pcre/testdata/testoutput25
index 2a4066dfc48..7ad3378368f 100644
--- a/pcre/testdata/testoutput25
+++ b/pcre/testdata/testoutput25
@@ -1,5 +1,7 @@
/-- Tests for the 32-bit library only */
+< forbid 8w
+
/-- Check maximum character size --/
/\x{110000}/
@@ -10,6 +12,18 @@
/\x{ffffffff}/
+/\x{100000000}/
+Failed: character value in \x{} or \o{} is too large at offset 12
+
+/\o{17777777777}/
+
+/\o{20000000000}/
+
+/\o{37777777777}/
+
+/\o{40000000000}/
+Failed: character value in \x{} or \o{} is too large at offset 14
+
/\x{7fffffff}\x{7fffffff}/I
Capturing subpattern count = 0
No options