php-src/ext/pcre/pcrelib/testdata/testoutput3

170 lines
2.5 KiB
Plaintext
Raw Normal View History

2009-11-03 12:15:03 +00:00
/-- This set of tests checks local-specific features, using the fr_FR locale.
It is not Perl-compatible. There is different version called wintestinput3
f or use on Windows, where the locale is called "french". --/
2002-10-15 13:59:58 +00:00
/^[\w]+/
2000-04-11 17:36:06 +00:00
*** Failers
No match
2002-10-15 13:59:58 +00:00
<20>cole
2000-04-11 17:36:06 +00:00
No match
/^[\w]+/Lfr_FR
2002-10-15 13:59:58 +00:00
<20>cole
0: <20>cole
2000-04-11 17:36:06 +00:00
2002-10-15 13:59:58 +00:00
/^[\w]+/
2000-04-11 17:36:06 +00:00
*** Failers
No match
2002-10-15 13:59:58 +00:00
<20>cole
2000-04-11 17:36:06 +00:00
No match
2002-10-15 13:59:58 +00:00
/^[\W]+/
<20>cole
0: \xc9
2000-04-11 17:36:06 +00:00
/^[\W]+/Lfr_FR
2000-04-11 17:36:06 +00:00
*** Failers
2002-10-15 13:59:58 +00:00
0: ***
<20>cole
2000-04-11 17:36:06 +00:00
No match
2002-10-15 13:59:58 +00:00
/[\b]/
\b
0: \x08
2000-04-11 17:36:06 +00:00
*** Failers
No match
a
No match
/[\b]/Lfr_FR
2002-10-15 13:59:58 +00:00
\b
0: \x08
2000-04-11 17:36:06 +00:00
*** Failers
No match
a
No match
2002-10-15 13:59:58 +00:00
/^\w+/
2000-04-11 17:36:06 +00:00
*** Failers
No match
2002-10-15 13:59:58 +00:00
<20>cole
2000-04-11 17:36:06 +00:00
No match
/^\w+/Lfr_FR
2002-10-15 13:59:58 +00:00
<20>cole
0: <20>cole
2000-04-11 17:36:06 +00:00
2002-10-15 13:59:58 +00:00
/(.+)\b(.+)/
<20>cole
0: \xc9cole
1: \xc9
2: cole
2000-04-11 17:36:06 +00:00
/(.+)\b(.+)/Lfr_FR
2000-04-11 17:36:06 +00:00
*** Failers
2002-10-15 13:59:58 +00:00
0: *** Failers
1: ***
2000-04-11 17:36:06 +00:00
2: Failers
2002-10-15 13:59:58 +00:00
<20>cole
No match
/<2F>cole/i
<20>cole
0: \xc9cole
*** Failers
No match
<20>cole
No match
/<2F>cole/iLfr_FR
2002-10-15 13:59:58 +00:00
<20>cole
0: <20>cole
<20>cole
0: <20>cole
/\w/IS
Capturing subpattern count = 0
No options
No first char
No need char
2009-11-03 12:15:03 +00:00
Subject length lower bound = 1
Starting byte set: 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
2002-10-15 13:59:58 +00:00
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
/\w/ISLfr_FR
2002-10-15 13:59:58 +00:00
Capturing subpattern count = 0
No options
No first char
No need char
2009-11-03 12:15:03 +00:00
Subject length lower bound = 1
Starting byte set: 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
2002-10-15 13:59:58 +00:00
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
2006-03-06 21:34:07 +00:00
<20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20>
<20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20> <20>
2002-10-15 13:59:58 +00:00
/^[\xc8-\xc9]/iLfr_FR
2002-10-15 13:59:58 +00:00
<20>cole
0: <20>
<20>cole
0: <20>
/^[\xc8-\xc9]/Lfr_FR
2002-10-15 13:59:58 +00:00
<20>cole
0: <20>
*** Failers
2001-02-20 22:00:33 +00:00
No match
2002-10-15 13:59:58 +00:00
<20>cole
2001-02-20 22:00:33 +00:00
No match
2006-03-06 21:34:07 +00:00
/\W+/Lfr_FR
>>>\xaa<<<
0: >>>
>>>\xba<<<
0: >>>
/[\W]+/Lfr_FR
>>>\xaa<<<
0: >>>
>>>\xba<<<
0: >>>
/[^[:alpha:]]+/Lfr_FR
>>>\xaa<<<
0: >>>
>>>\xba<<<
0: >>>
/\w+/Lfr_FR
>>>\xaa<<<
0: <20>
>>>\xba<<<
0: <20>
/[\w]+/Lfr_FR
>>>\xaa<<<
0: <20>
>>>\xba<<<
0: <20>
/[[:alpha:]]+/Lfr_FR
>>>\xaa<<<
0: <20>
>>>\xba<<<
0: <20>
/[[:alpha:]][[:lower:]][[:upper:]]/DZLfr_FR
2006-03-06 21:34:07 +00:00
------------------------------------------------------------------
2007-09-01 18:01:44 +00:00
Bra
[A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
[a-z\xb5\xdf-\xf6\xf8-\xff]
[A-Z\xc0-\xd6\xd8-\xde]
Ket
End
2006-03-06 21:34:07 +00:00
------------------------------------------------------------------
Capturing subpattern count = 0
No options
No first char
No need char
2009-11-03 12:15:03 +00:00
/-- End of testinput3 --/