From 19ccd22bd088b5a640d244365ab9025509e678c0 Mon Sep 17 00:00:00 2001 From: nigel Date: Sat, 24 Feb 2007 21:40:13 +0000 Subject: Load pcre-4.2 into code/trunk. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@67 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- testdata/testinput5 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'testdata/testinput5') 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 / -- cgit v1.2.1