From 4af6fcff808e079ca1aa09104d6146baa932af47 Mon Sep 17 00:00:00 2001 From: nigel Date: Sat, 24 Feb 2007 21:40:24 +0000 Subject: Load pcre-4.4 into code/trunk. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@71 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- testdata/testinput5 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'testdata/testinput5') diff --git a/testdata/testinput5 b/testdata/testinput5 index 9f07d6e..b82cee0 100644 --- a/testdata/testinput5 +++ b/testdata/testinput5 @@ -192,4 +192,34 @@ /[^\xff]/8D +/[Ä-Ãœ]/8 + Ö # Matches without Study + \x{d6} + +/[Ä-Ãœ]/8S + Ö <-- Same with Study + \x{d6} + +/[\x{c4}-\x{dc}]/8 + Ö # Matches without Study + \x{d6} + +/[\x{c4}-\x{dc}]/8S + Ö <-- Same with Study + \x{d6} + +/[Ã]/8 + +/Ã/8 + +/ÃÃÃxxx/8 + +/ÃÃÃxxx/8?D + +/abc/8 + Ã] + à + ÃÃà + ÃÃÃ\? + / End of testinput5 / -- cgit v1.2.1