summaryrefslogtreecommitdiff
path: root/testdata/testoutput3A
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-07-24 18:01:11 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-07-24 18:01:11 +0000
commitd3cf7c531c4b2b2f5d4509ddafaabe21405b9ad4 (patch)
tree8b0f5cc09f0e3c6121ab5137b199a74f0b808f0d /testdata/testoutput3A
parentd993d6f71a4910a064785edc06e9d76a7e712623 (diff)
downloadpcre2-d3cf7c531c4b2b2f5d4509ddafaabe21405b9ad4.tar.gz
Test 3 (locale test) converted.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@32 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput3A')
-rw-r--r--testdata/testoutput3A176
1 files changed, 176 insertions, 0 deletions
diff --git a/testdata/testoutput3A b/testdata/testoutput3A
new file mode 100644
index 0000000..9501b05
--- /dev/null
+++ b/testdata/testoutput3A
@@ -0,0 +1,176 @@
+# This set of tests checks local-specific features, using the "fr_FR" locale.
+# It is not Perl-compatible. When run via RunTest, the locale is edited to
+# be whichever of "fr_FR", "french", or "fr" is found to exist. There is
+# different version of this file called wintestinput3 for use on Windows,
+# where the locale is called "french" and the tests are run using
+# RunTest.bat.
+
+#forbid_utf
+
+/^[\w]+/
+ *** Failers
+No match
+ École
+No match
+
+/^[\w]+/locale=fr_FR
+ École
+ 0: École
+
+/^[\w]+/
+ *** Failers
+No match
+ École
+No match
+
+/^[\W]+/
+ École
+ 0: \xc9
+
+/^[\W]+/locale=fr_FR
+ *** Failers
+ 0: ***
+ École
+No match
+
+/[\b]/
+ \b
+ 0: \x08
+ *** Failers
+No match
+ a
+No match
+
+/[\b]/locale=fr_FR
+ \b
+ 0: \x08
+ *** Failers
+No match
+ a
+No match
+
+/^\w+/
+ *** Failers
+No match
+ École
+No match
+
+/^\w+/locale=fr_FR
+ École
+ 0: École
+
+/(.+)\b(.+)/
+ École
+ 0: \xc9cole
+ 1: \xc9
+ 2: cole
+
+/(.+)\b(.+)/locale=fr_FR
+ *** Failers
+ 0: *** Failers
+ 1: ***
+ 2: Failers
+ École
+No match
+
+/École/i
+ École
+ 0: \xc9cole
+ *** Failers
+No match
+ école
+No match
+
+/École/i,locale=fr_FR
+ École
+ 0: École
+ école
+ 0: école
+
+/\w/I
+Capturing subpattern count = 0
+No options
+Starting code units: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
+ Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
+No last code unit
+Subject length lower bound = 1
+
+/\w/I,locale=fr_FR
+Capturing subpattern count = 0
+No options
+Starting code units: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
+ Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
+ ª µ º À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö Ø Ù Ú Û Ü Ý Þ ß à á â
+ ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ø ù ú û ü ý þ ÿ
+No last code unit
+Subject length lower bound = 1
+
+/^[\xc8-\xc9]/i,locale=fr_FR
+ École
+ 0: É
+ école
+ 0: é
+
+/^[\xc8-\xc9]/locale=fr_FR
+ École
+ 0: É
+ *** Failers
+No match
+ école
+No match
+
+/\W+/locale=fr_FR
+ >>>\xaa<<<
+ 0: >>>
+ >>>\xba<<<
+ 0: >>>
+
+/[\W]+/locale=fr_FR
+ >>>\xaa<<<
+ 0: >>>
+ >>>\xba<<<
+ 0: >>>
+
+/[^[:alpha:]]+/locale=fr_FR
+ >>>\xaa<<<
+ 0: >>>
+ >>>\xba<<<
+ 0: >>>
+
+/\w+/locale=fr_FR
+ >>>\xaa<<<
+ 0: ª
+ >>>\xba<<<
+ 0: º
+
+/[\w]+/locale=fr_FR
+ >>>\xaa<<<
+ 0: ª
+ >>>\xba<<<
+ 0: º
+
+/[[:alpha:]]+/locale=fr_FR
+ >>>\xaa<<<
+ 0: ª
+ >>>\xba<<<
+ 0: º
+
+/[[:alpha:]][[:lower:]][[:upper:]]/IB,locale=fr_FR
+------------------------------------------------------------------
+ Bra
+ [A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
+ [a-z\xaa\xb5\xba\xdf-\xf6\xf8-\xff]
+ [A-Z\xc0-\xd6\xd8-\xde]
+ Ket
+ End
+------------------------------------------------------------------
+Capturing subpattern count = 0
+No options
+Starting code units: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
+ a b c d e f g h i j k l m n o p q r s t u v w x y z ª µ º À Á Â Ã Ä Å Æ Ç
+ È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í
+ î ï ð ñ ò ó ô õ ö ø ù ú û ü ý þ ÿ
+No last code unit
+Subject length lower bound = 3
+
+# End of testinput3