summaryrefslogtreecommitdiff
path: root/testdata/testinput3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-07-25 09:36:50 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-07-25 09:36:50 +0000
commit2363261068e137d80223d57a7aeb53232e8ce1de (patch)
tree81b85602874e333220a6be4e7cc2eab68d4fb314 /testdata/testinput3
parentd3cf7c531c4b2b2f5d4509ddafaabe21405b9ad4 (diff)
downloadpcre2-2363261068e137d80223d57a7aeb53232e8ce1de.tar.gz
Tidy up test 3.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@33 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput3')
-rw-r--r--testdata/testinput322
1 files changed, 13 insertions, 9 deletions
diff --git a/testdata/testinput3 b/testdata/testinput3
index 3010f01..2e1fbf5 100644
--- a/testdata/testinput3
+++ b/testdata/testinput3
@@ -62,39 +62,43 @@
/\w/I,locale=fr_FR
-/^[\xc8-\xc9]/i,locale=fr_FR
+# All remaining tests are in the fr_FR locale, so set the default.
+
+#pattern locale=fr_FR
+
+/^[\xc8-\xc9]/i
École
école
-/^[\xc8-\xc9]/locale=fr_FR
+/^[\xc8-\xc9]/
École
*** Failers
école
-/\W+/locale=fr_FR
+/\W+/
>>>\xaa<<<
>>>\xba<<<
-/[\W]+/locale=fr_FR
+/[\W]+/
>>>\xaa<<<
>>>\xba<<<
-/[^[:alpha:]]+/locale=fr_FR
+/[^[:alpha:]]+/
>>>\xaa<<<
>>>\xba<<<
-/\w+/locale=fr_FR
+/\w+/
>>>\xaa<<<
>>>\xba<<<
-/[\w]+/locale=fr_FR
+/[\w]+/
>>>\xaa<<<
>>>\xba<<<
-/[[:alpha:]]+/locale=fr_FR
+/[[:alpha:]]+/
>>>\xaa<<<
>>>\xba<<<
-/[[:alpha:]][[:lower:]][[:upper:]]/IB,locale=fr_FR
+/[[:alpha:]][[:lower:]][[:upper:]]/IB
# End of testinput3