summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/testdata/testoutput5
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testoutput5')
-rw-r--r--ext/pcre/pcrelib/testdata/testoutput513
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/testdata/testoutput5 b/ext/pcre/pcrelib/testdata/testoutput5
index 533fd84b65..2c5e3c09cd 100644
--- a/ext/pcre/pcrelib/testdata/testoutput5
+++ b/ext/pcre/pcrelib/testdata/testoutput5
@@ -1107,4 +1107,17 @@ Options: anchored utf8
No first char
No need char
+/\777/I
+Failed: octal value is greater than \377 (not in UTF-8 mode) at offset 3
+
+/\777/8I
+Capturing subpattern count = 0
+Options: utf8
+First char = 199
+Need char = 191
+ \x{1ff}
+ 0: \x{1ff}
+ \777
+ 0: \x{1ff}
+
/ End of testinput5 /