summaryrefslogtreecommitdiff
path: root/pcre/testdata/testoutput4
diff options
context:
space:
mode:
Diffstat (limited to 'pcre/testdata/testoutput4')
-rw-r--r--pcre/testdata/testoutput46
1 files changed, 6 insertions, 0 deletions
diff --git a/pcre/testdata/testoutput4 b/pcre/testdata/testoutput4
index 6694111fb55..0dbec4eccab 100644
--- a/pcre/testdata/testoutput4
+++ b/pcre/testdata/testoutput4
@@ -1,6 +1,8 @@
/-- This set of tests is for UTF support, excluding Unicode properties. It is
compatible with all versions of Perl >= 5.10 and both the 8-bit and 16-bit
PCRE libraries. --/
+
+< forbid 9?=ABCDEFfGILMNPTUWXZ<
/a.b/8
acb
@@ -1257,4 +1259,8 @@ No match
\x{100}\x{100}\x{100}
No match
+/^a+[a\x{200}]/8
+ aa
+ 0: aa
+
/-- End of testinput4 --/