summaryrefslogtreecommitdiff
path: root/testdata/testinput5
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:40:13 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:40:13 +0000
commit19ccd22bd088b5a640d244365ab9025509e678c0 (patch)
treeadf36802d7e2b184a7adb7dc230def65516f0a50 /testdata/testinput5
parent776635721f3417106a59041ad7e77c4c815e1bd0 (diff)
downloadpcre-19ccd22bd088b5a640d244365ab9025509e678c0.tar.gz
Load pcre-4.2 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@67 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput5')
-rw-r--r--testdata/testinput510
1 files changed, 10 insertions, 0 deletions
diff --git a/testdata/testinput5 b/testdata/testinput5
index ec1aa9a..9f07d6e 100644
--- a/testdata/testinput5
+++ b/testdata/testinput5
@@ -182,4 +182,14 @@
\x{100}
Ā
+/[\xFF]/D
+ >\xff<
+
+/[\xff]/D8
+ >\x{ff}<
+
+/[^\xFF]/D
+
+/[^\xff]/8D
+
/ End of testinput5 /