Regex: Add PCRE 8.32 in tools directory.
This commit is contained in:
169
tools/pcre/testdata/testoutput3
vendored
Normal file
169
tools/pcre/testdata/testoutput3
vendored
Normal file
@ -0,0 +1,169 @@
|
||||
/-- 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". --/
|
||||
|
||||
/^[\w]+/
|
||||
*** Failers
|
||||
No match
|
||||
<20>cole
|
||||
No match
|
||||
|
||||
/^[\w]+/Lfr_FR
|
||||
<20>cole
|
||||
0: <20>cole
|
||||
|
||||
/^[\w]+/
|
||||
*** Failers
|
||||
No match
|
||||
<20>cole
|
||||
No match
|
||||
|
||||
/^[\W]+/
|
||||
<20>cole
|
||||
0: \xc9
|
||||
|
||||
/^[\W]+/Lfr_FR
|
||||
*** Failers
|
||||
0: ***
|
||||
<20>cole
|
||||
No match
|
||||
|
||||
/[\b]/
|
||||
\b
|
||||
0: \x08
|
||||
*** Failers
|
||||
No match
|
||||
a
|
||||
No match
|
||||
|
||||
/[\b]/Lfr_FR
|
||||
\b
|
||||
0: \x08
|
||||
*** Failers
|
||||
No match
|
||||
a
|
||||
No match
|
||||
|
||||
/^\w+/
|
||||
*** Failers
|
||||
No match
|
||||
<20>cole
|
||||
No match
|
||||
|
||||
/^\w+/Lfr_FR
|
||||
<20>cole
|
||||
0: <20>cole
|
||||
|
||||
/(.+)\b(.+)/
|
||||
<20>cole
|
||||
0: \xc9cole
|
||||
1: \xc9
|
||||
2: cole
|
||||
|
||||
/(.+)\b(.+)/Lfr_FR
|
||||
*** Failers
|
||||
0: *** Failers
|
||||
1: ***
|
||||
2: Failers
|
||||
<20>cole
|
||||
No match
|
||||
|
||||
/<2F>cole/i
|
||||
<20>cole
|
||||
0: \xc9cole
|
||||
*** Failers
|
||||
No match
|
||||
<20>cole
|
||||
No match
|
||||
|
||||
/<2F>cole/iLfr_FR
|
||||
<20>cole
|
||||
0: <20>cole
|
||||
<20>cole
|
||||
0: <20>cole
|
||||
|
||||
/\w/IS
|
||||
Capturing subpattern count = 0
|
||||
No options
|
||||
No first char
|
||||
No need char
|
||||
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
|
||||
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
|
||||
Capturing subpattern count = 0
|
||||
No options
|
||||
No first char
|
||||
No need char
|
||||
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
|
||||
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
|
||||
<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>
|
||||
|
||||
/^[\xc8-\xc9]/iLfr_FR
|
||||
<20>cole
|
||||
0: <20>
|
||||
<20>cole
|
||||
0: <20>
|
||||
|
||||
/^[\xc8-\xc9]/Lfr_FR
|
||||
<20>cole
|
||||
0: <20>
|
||||
*** Failers
|
||||
No match
|
||||
<20>cole
|
||||
No match
|
||||
|
||||
/\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
|
||||
------------------------------------------------------------------
|
||||
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
|
||||
------------------------------------------------------------------
|
||||
Capturing subpattern count = 0
|
||||
No options
|
||||
No first char
|
||||
No need char
|
||||
|
||||
/-- End of testinput3 --/
|
Reference in New Issue
Block a user