Regex: Add PCRE 8.32 in tools directory.
This commit is contained in:
91
tools/pcre/testdata/wintestinput3
vendored
Normal file
91
tools/pcre/testdata/wintestinput3
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
/^[\w]+/
|
||||
*** Failers
|
||||
<20>cole
|
||||
|
||||
/^[\w]+/Lfrench
|
||||
<20>cole
|
||||
|
||||
/^[\w]+/
|
||||
*** Failers
|
||||
<20>cole
|
||||
|
||||
/^[\W]+/
|
||||
<20>cole
|
||||
|
||||
/^[\W]+/Lfrench
|
||||
*** Failers
|
||||
<20>cole
|
||||
|
||||
/[\b]/
|
||||
\b
|
||||
*** Failers
|
||||
a
|
||||
|
||||
/[\b]/Lfrench
|
||||
\b
|
||||
*** Failers
|
||||
a
|
||||
|
||||
/^\w+/
|
||||
*** Failers
|
||||
<20>cole
|
||||
|
||||
/^\w+/Lfrench
|
||||
<20>cole
|
||||
|
||||
/(.+)\b(.+)/
|
||||
<20>cole
|
||||
|
||||
/(.+)\b(.+)/Lfrench
|
||||
*** Failers
|
||||
<20>cole
|
||||
|
||||
/<2F>cole/i
|
||||
<20>cole
|
||||
*** Failers
|
||||
<20>cole
|
||||
|
||||
/<2F>cole/iLfrench
|
||||
<20>cole
|
||||
<20>cole
|
||||
|
||||
/\w/IS
|
||||
|
||||
/\w/ISLfrench
|
||||
|
||||
/^[\xc8-\xc9]/iLfrench
|
||||
<20>cole
|
||||
<20>cole
|
||||
|
||||
/^[\xc8-\xc9]/Lfrench
|
||||
<20>cole
|
||||
*** Failers
|
||||
<20>cole
|
||||
|
||||
/\W+/Lfrench
|
||||
>>>\xaa<<<
|
||||
>>>\xba<<<
|
||||
|
||||
/[\W]+/Lfrench
|
||||
>>>\xaa<<<
|
||||
>>>\xba<<<
|
||||
|
||||
/[^[:alpha:]]+/Lfrench
|
||||
>>>\xaa<<<
|
||||
>>>\xba<<<
|
||||
|
||||
/\w+/Lfrench
|
||||
>>>\xaa<<<
|
||||
>>>\xba<<<
|
||||
|
||||
/[\w]+/Lfrench
|
||||
>>>\xaa<<<
|
||||
>>>\xba<<<
|
||||
|
||||
/[[:alpha:]]+/Lfrench
|
||||
>>>\xaa<<<
|
||||
>>>\xba<<<
|
||||
|
||||
/[[:alpha:]][[:lower:]][[:upper:]]/DZLfrench
|
||||
|
||||
/ End of testinput3 /
|
Reference in New Issue
Block a user