From 0370f4b1717db0570c3a13e0ec7396c07075c8b3 Mon Sep 17 00:00:00 2001 From: ph10 Date: Wed, 2 Jul 2008 18:42:11 +0000 Subject: Preliminary patch for upgraded Unicode Property support. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@349 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- testdata/testoutput9 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'testdata/testoutput9') diff --git a/testdata/testoutput9 b/testdata/testoutput9 index acaeb39..a79a995 100644 --- a/testdata/testoutput9 +++ b/testdata/testoutput9 @@ -1632,6 +1632,18 @@ No match \x{023a}\x{2c65}X 0: \x{23a}\x{2c65} +/\x{c0}+\x{116}+/8i + \x{c0}\x{e0}\x{116}\x{117} + 0: \x{c0}\x{e0}\x{116}\x{117} + 1: \x{c0}\x{e0}\x{116} + +/[\x{c0}\x{116}]+/8i + \x{c0}\x{e0}\x{116}\x{117} + 0: \x{c0}\x{e0}\x{116}\x{117} + 1: \x{c0}\x{e0}\x{116} + 2: \x{c0}\x{e0} + 3: \x{c0} + /Check property support in non-UTF-8 mode/ /\p{L}{4}/ -- cgit v1.2.1