summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/testdata/testinput6
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2009-06-23 22:03:36 +0200
committerSean Finney <seanius@debian.org>2009-06-23 22:03:36 +0200
commitc785001d106afb1d4eb98c811a1bf2e4e06065bf (patch)
tree5bae23cee6270614b53b86eea95a6725d1c30e4e /ext/pcre/pcrelib/testdata/testinput6
parentcd0b49c72aee33b3e44a9c589fcd93b9e1c7a64f (diff)
downloadphp-c785001d106afb1d4eb98c811a1bf2e4e06065bf.tar.gz
Imported Upstream version 5.2.10.dfsg.1upstream/5.2.10.dfsg.1
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testinput6')
-rw-r--r--ext/pcre/pcrelib/testdata/testinput68
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/testdata/testinput6 b/ext/pcre/pcrelib/testdata/testinput6
index a8640f992..628646d7d 100644
--- a/ext/pcre/pcrelib/testdata/testinput6
+++ b/ext/pcre/pcrelib/testdata/testinput6
@@ -942,5 +942,13 @@ was broken in all cases./
\x{10a}\x{10b}
\x{10b}\x{10b}
\x{10b}\x{10a}
+
+/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
+
+/[\p{Lu}\x20]+/
+ \x41\x20\x50\xC2\x54\xC9\x20\x54\x4F\x44\x41\x59
/ End of testinput6 /