summaryrefslogtreecommitdiff
path: root/testdata/testoutput9
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-07-02 18:42:11 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-07-02 18:42:11 +0000
commit0370f4b1717db0570c3a13e0ec7396c07075c8b3 (patch)
tree829249de9eea4c693ee4c075ecd22f77687cbb88 /testdata/testoutput9
parente2edacee629fd1fd2e4891078653455f03753d84 (diff)
downloadpcre-0370f4b1717db0570c3a13e0ec7396c07075c8b3.tar.gz
Preliminary patch for upgraded Unicode Property support.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@349 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testoutput9')
-rw-r--r--testdata/testoutput912
1 files changed, 12 insertions, 0 deletions
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}/