summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/testdata/testoutput6
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testoutput6')
-rw-r--r--ext/pcre/pcrelib/testdata/testoutput610
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/testdata/testoutput6 b/ext/pcre/pcrelib/testdata/testoutput6
index caba466bc9..cb6f7d55ca 100644
--- a/ext/pcre/pcrelib/testdata/testoutput6
+++ b/ext/pcre/pcrelib/testdata/testoutput6
@@ -1746,5 +1746,15 @@ No match
\x{10b}\x{10a}
0: \x{10b}\x{10a}
1: \x{10b}
+
+/The next two tests are for property support in non-UTF-8 mode/
+
+/(?:\p{Lu}|\x20)+/
+ \x41\x20\x50\xC2\x54\xC9\x20\x54\x4F\x44\x41\x59
+ 0: A P\xc2T\xc9 TODAY
+
+/[\p{Lu}\x20]+/
+ \x41\x20\x50\xC2\x54\xC9\x20\x54\x4F\x44\x41\x59
+ 0: A P\xc2T\xc9 TODAY
/ End of testinput6 /