Added bundled PCRE2 library.

This commit is contained in:
Markus Makela
2015-10-20 14:06:04 +03:00
parent 91bb3b288c
commit ee29e85016
333 changed files with 274569 additions and 0 deletions

104
pcre2/testdata/testinput3 vendored Normal file
View File

@ -0,0 +1,104 @@
# 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
�cole
/^[\w]+/locale=fr_FR
�cole
/^[\w]+/
*** Failers
�cole
/^[\W]+/
�cole
/^[\W]+/locale=fr_FR
*** Failers
�cole
/[\b]/
\b
*** Failers
a
/[\b]/locale=fr_FR
\b
*** Failers
a
/^\w+/
*** Failers
�cole
/^\w+/locale=fr_FR
�cole
/(.+)\b(.+)/
�cole
/(.+)\b(.+)/locale=fr_FR
*** Failers
�cole
/�cole/i
�cole
*** Failers
�cole
/�cole/i,locale=fr_FR
�cole
�cole
/\w/I
/\w/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]/
�cole
*** Failers
�cole
/\W+/
>>>\xaa<<<
>>>\xba<<<
/[\W]+/
>>>\xaa<<<
>>>\xba<<<
/[^[:alpha:]]+/
>>>\xaa<<<
>>>\xba<<<
/\w+/
>>>\xaa<<<
>>>\xba<<<
/[\w]+/
>>>\xaa<<<
>>>\xba<<<
/[[:alpha:]]+/
>>>\xaa<<<
>>>\xba<<<
/[[:alpha:]][[:lower:]][[:upper:]]/IB
# End of testinput3