1
1
pcre/testdata/testoutput3

175 строки
2.7 KiB
Plaintext
Исходник Постоянная ссылка Ответственный История

Этот файл содержит невидимые символы Юникода

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/-- 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 8W
/^[\w]+/
*** Failers
No match
╔cole
No match
/^[\w]+/Lfr_FR
╔cole
0: ╔cole
/^[\w]+/
*** Failers
No match
╔cole
No match
/^[\W]+/
╔cole
0: \xc9
/^[\W]+/Lfr_FR
*** Failers
0: ***
╔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
╔cole
No match
/^\w+/Lfr_FR
╔cole
0: ╔cole
/(.+)\b(.+)/
╔cole
0: \xc9cole
1: \xc9
2: cole
/(.+)\b(.+)/Lfr_FR
*** Failers
0: *** Failers
1: ***
2: Failers
╔cole
No match
/╔cole/i
╔cole
0: \xc9cole
*** Failers
No match
щcole
No match
/╔cole/iLfr_FR
╔cole
0: ╔cole
щcole
0: щcole
/\w/IS
Capturing subpattern count = 0
No options
No first char
No need char
Subject length lower bound = 1
Starting chars: 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 chars: 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
к ╡ ║ └ ┴ ┬ ├ ─ ┼ ╞ ╟ ╚ ╔ ╩ ╦ ╠ ═ ╬ ╧ ╨ ╤ ╥ ╙ ╘ ╒ ╓ ╪ ┘ ┌ █ ▄ ▌ ▐ ▀ р с т
у ф х ц ч ш щ ъ ы ь э ю я Ё ё Є є Ї ї Ў ° ∙ · √ № ¤ ■  
/^[\xc8-\xc9]/iLfr_FR
╔cole
0: ╔
щcole
0: щ
/^[\xc8-\xc9]/Lfr_FR
╔cole
0: ╔
*** Failers
No match
щ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: к
>>>\xba<<<
0: ║
/[\w]+/Lfr_FR
>>>\xaa<<<
0: к
>>>\xba<<<
0: ║
/[[:alpha:]]+/Lfr_FR
>>>\xaa<<<
0: к
>>>\xba<<<
0: ║
/[[: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 --/