Updated PCRE source to version 8.32 (bug 5593).
This commit is contained in:
Vendored
+576
-211
@@ -1,3 +1,6 @@
|
||||
/-- This set of tests is for Unicode property support. It is compatible with
|
||||
Perl >= 5.15. --/
|
||||
|
||||
/^\pC\pL\pM\pN\pP\pS\pZ</8
|
||||
\x7f\x{c0}\x{30f}\x{660}\x{66c}\x{f01}\x{1680}<
|
||||
\np\x{300}9!\$ <
|
||||
@@ -60,11 +63,6 @@
|
||||
** Failers
|
||||
\x{09f}
|
||||
|
||||
/^\p{Cs}/8
|
||||
\?\x{dfff}
|
||||
** Failers
|
||||
\x{09f}
|
||||
|
||||
/^\p{Ll}/8
|
||||
a
|
||||
** Failers
|
||||
@@ -199,13 +197,6 @@
|
||||
}
|
||||
\x{f3b}
|
||||
|
||||
/^\p{Sc}+/8
|
||||
$\x{a2}\x{a3}\x{a4}\x{a5}\x{a6}
|
||||
\x{9f2}
|
||||
** Failers
|
||||
X
|
||||
\x{2c2}
|
||||
|
||||
/^\p{Sk}/8
|
||||
\x{2c2}
|
||||
** Failers
|
||||
@@ -237,17 +228,6 @@
|
||||
X
|
||||
\x{2028}
|
||||
|
||||
/^\p{Zs}/8
|
||||
\ \
|
||||
\x{a0}
|
||||
\x{1680}
|
||||
\x{180e}
|
||||
\x{2000}
|
||||
\x{2001}
|
||||
** Failers
|
||||
\x{2028}
|
||||
\x{200d}
|
||||
|
||||
/\p{Nd}+(..)/8
|
||||
\x{660}\x{661}\x{662}ABC
|
||||
|
||||
@@ -291,23 +271,6 @@
|
||||
** Failers
|
||||
\x{660}\x{661}\x{662}ABC
|
||||
|
||||
/\p{Lu}/8i
|
||||
A
|
||||
a\x{10a0}B
|
||||
** Failers
|
||||
a
|
||||
\x{1d00}
|
||||
|
||||
/\p{^Lu}/8i
|
||||
1234
|
||||
** Failers
|
||||
ABC
|
||||
|
||||
/\P{Lu}/8i
|
||||
1234
|
||||
** Failers
|
||||
ABC
|
||||
|
||||
/(?<=A\p{Nd})XYZ/8
|
||||
A2XYZ
|
||||
123A5XYZPQR
|
||||
@@ -323,26 +286,6 @@
|
||||
** Failers
|
||||
WXYZ
|
||||
|
||||
/[\p{L}]/DZ
|
||||
|
||||
/[\p{^L}]/DZ
|
||||
|
||||
/[\P{L}]/DZ
|
||||
|
||||
/[\P{^L}]/DZ
|
||||
|
||||
/[abc\p{L}\x{0660}]/8DZ
|
||||
|
||||
/[\p{Nd}]/8DZ
|
||||
1234
|
||||
|
||||
/[\p{Nd}+-]+/8DZ
|
||||
1234
|
||||
12-34
|
||||
12+\x{661}-34
|
||||
** Failers
|
||||
abcd
|
||||
|
||||
/[\P{Nd}]+/8
|
||||
abcd
|
||||
** Failers
|
||||
@@ -394,20 +337,6 @@
|
||||
** Failers
|
||||
ABC
|
||||
|
||||
/\p{Ll}/8i
|
||||
a
|
||||
Az
|
||||
** Failers
|
||||
ABC
|
||||
|
||||
/^\x{c0}$/8i
|
||||
\x{c0}
|
||||
\x{e0}
|
||||
|
||||
/^\x{e0}$/8i
|
||||
\x{c0}
|
||||
\x{e0}
|
||||
|
||||
/A\x{391}\x{10427}\x{ff3a}\x{1fb0}/8
|
||||
A\x{391}\x{10427}\x{ff3a}\x{1fb0}
|
||||
** Failers
|
||||
@@ -425,14 +354,6 @@
|
||||
A\x{391}\x{10427}\x{ff5a}\x{1fb0}
|
||||
A\x{391}\x{10427}\x{ff3a}\x{1fb8}
|
||||
|
||||
/A\x{391}\x{10427}\x{ff3a}\x{1fb0}/8iDZ
|
||||
|
||||
/A\x{391}\x{10427}\x{ff3a}\x{1fb0}/8DZ
|
||||
|
||||
/AB\x{1fb0}/8DZ
|
||||
|
||||
/AB\x{1fb0}/8DZi
|
||||
|
||||
/\x{391}+/8i
|
||||
\x{391}\x{3b1}\x{3b1}\x{3b1}\x{391}
|
||||
|
||||
@@ -448,42 +369,6 @@
|
||||
\x{3b1}
|
||||
\x{ff5a}
|
||||
|
||||
/[\x{c0}\x{391}]/8i
|
||||
\x{c0}
|
||||
\x{e0}
|
||||
|
||||
/[\x{105}-\x{109}]/8iDZ
|
||||
\x{104}
|
||||
\x{105}
|
||||
\x{109}
|
||||
** Failers
|
||||
\x{100}
|
||||
\x{10a}
|
||||
|
||||
/[z-\x{100}]/8iDZ
|
||||
Z
|
||||
z
|
||||
\x{39c}
|
||||
\x{178}
|
||||
|
|
||||
\x{80}
|
||||
\x{ff}
|
||||
\x{100}
|
||||
\x{101}
|
||||
** Failers
|
||||
\x{102}
|
||||
Y
|
||||
y
|
||||
|
||||
/[z-\x{100}]/8DZi
|
||||
|
||||
/^\X/8
|
||||
A
|
||||
A\x{300}BC
|
||||
A\x{300}\x{301}\x{302}BC
|
||||
*** Failers
|
||||
\x{300}
|
||||
|
||||
/^[\X]/8
|
||||
X123
|
||||
*** Failers
|
||||
@@ -520,7 +405,13 @@
|
||||
A\x{300}\x{301}B\x{300}C\x{300}\x{301}
|
||||
A\x{300}\x{301}B\x{300}C\x{300}\x{301}X
|
||||
A\x{300}\x{301}B\x{300}C\x{300}\x{301}DA\x{300}X
|
||||
|
||||
|
||||
/^\X/8
|
||||
A
|
||||
A\x{300}BC
|
||||
A\x{300}\x{301}\x{302}BC
|
||||
\x{300}
|
||||
|
||||
/^\p{Han}+/8
|
||||
\x{2e81}\x{3007}\x{2f804}\x{31a0}
|
||||
** Failers
|
||||
@@ -747,31 +638,9 @@
|
||||
/([\pL]=(abc))*X/
|
||||
L=abcX
|
||||
|
||||
/The next two should be Perl-compatible, but it fails to match \x{e0}. PCRE
|
||||
will match it only with UCP support, because without that it has no notion
|
||||
of case for anything other than the ASCII letters. /
|
||||
|
||||
/((?i)[\x{c0}])/8
|
||||
\x{c0}
|
||||
\x{e0}
|
||||
|
||||
/(?i:[\x{c0}])/8
|
||||
\x{c0}
|
||||
\x{e0}
|
||||
|
||||
/^\p{Balinese}\p{Cuneiform}\p{Nko}\p{Phags_Pa}\p{Phoenician}/8
|
||||
\x{1b00}\x{12000}\x{7c0}\x{a840}\x{10900}
|
||||
|
||||
/The next two are special cases where the lengths of the different cases of the
|
||||
same character differ. The first went wrong with heap frame storage; the 2nd
|
||||
was broken in all cases./
|
||||
|
||||
/^\x{023a}+?(\x{0130}+)/8i
|
||||
\x{023a}\x{2c65}\x{0130}
|
||||
|
||||
/^\x{023a}+([^X])/8i
|
||||
\x{023a}\x{2c65}X
|
||||
|
||||
/Check property support in non-UTF-8 mode/
|
||||
|
||||
/\p{L}{4}/
|
||||
@@ -790,49 +659,8 @@ was broken in all cases./
|
||||
/[\PPP\x8a]{1,}\x80/
|
||||
A\x80
|
||||
|
||||
/(?:[\PPa*]*){8,}/
|
||||
|
||||
/[\P{Any}]/BZ
|
||||
|
||||
/[\P{Any}\E]/BZ
|
||||
|
||||
/(\P{Yi}+\277)/
|
||||
|
||||
/(\P{Yi}+\277)?/
|
||||
|
||||
/(?<=\P{Yi}{3}A)X/
|
||||
|
||||
/\p{Yi}+(\P{Yi}+)(?1)/
|
||||
|
||||
/(\P{Yi}{2}\277)?/
|
||||
|
||||
/[\P{Yi}A]/
|
||||
|
||||
/[\P{Yi}\P{Yi}\P{Yi}A]/
|
||||
|
||||
/[^\P{Yi}A]/
|
||||
|
||||
/[^\P{Yi}\P{Yi}\P{Yi}A]/
|
||||
|
||||
/(\P{Yi}*\277)*/
|
||||
|
||||
/(\P{Yi}*?\277)*/
|
||||
|
||||
/(\p{Yi}*+\277)*/
|
||||
|
||||
/(\P{Yi}?\277)*/
|
||||
|
||||
/(\P{Yi}??\277)*/
|
||||
|
||||
/(\p{Yi}?+\277)*/
|
||||
|
||||
/(\P{Yi}{0,3}\277)*/
|
||||
|
||||
/(\P{Yi}{0,3}?\277)*/
|
||||
|
||||
/(\p{Yi}{0,3}+\277)*/
|
||||
|
||||
/^[\p{Arabic}]/8
|
||||
\x{604}
|
||||
\x{60e}
|
||||
\x{656}
|
||||
\x{657}
|
||||
@@ -843,19 +671,18 @@ was broken in all cases./
|
||||
\x{65c}
|
||||
\x{65d}
|
||||
\x{65e}
|
||||
\x{65f}
|
||||
\x{66a}
|
||||
\x{6e9}
|
||||
\x{6ef}
|
||||
\x{6fa}
|
||||
** Failers
|
||||
\x{600}
|
||||
\x{650}
|
||||
\x{651}
|
||||
\x{652}
|
||||
\x{653}
|
||||
\x{654}
|
||||
\x{655}
|
||||
\x{65f}
|
||||
|
||||
/^\p{Cyrillic}/8
|
||||
\x{1d2b}
|
||||
@@ -866,7 +693,6 @@ was broken in all cases./
|
||||
\x{61f}
|
||||
\x{964}
|
||||
\x{965}
|
||||
\x{970}
|
||||
|
||||
/^\p{Inherited}/8
|
||||
\x{64b}
|
||||
@@ -895,24 +721,6 @@ was broken in all cases./
|
||||
\x{1049f}
|
||||
\x{104aa}
|
||||
|
||||
/\p{Zl}{2,3}+/8BZ
|
||||
\xe2\x80\xa8\xe2\x80\xa8
|
||||
\x{2028}\x{2028}\x{2028}
|
||||
|
||||
/\p{Zl}/8BZ
|
||||
|
||||
/\p{Lu}{3}+/8BZ
|
||||
|
||||
/\pL{2}+/8BZ
|
||||
|
||||
/\p{Cc}{2}+/8BZ
|
||||
|
||||
/\x{c0}+\x{116}+/8i
|
||||
\x{c0}\x{e0}\x{116}\x{117}
|
||||
|
||||
/[\x{c0}\x{116}]+/8i
|
||||
\x{c0}\x{e0}\x{116}\x{117}
|
||||
|
||||
/\p{Carian}\p{Cham}\p{Kayah_Li}\p{Lepcha}\p{Lycian}\p{Lydian}\p{Ol_Chiki}\p{Rejang}\p{Saurashtra}\p{Sundanese}\p{Vai}/8
|
||||
\x{102A4}\x{AA52}\x{A91D}\x{1C46}\x{10283}\x{1092E}\x{1C6B}\x{A93B}\x{A8BF}\x{1BA0}\x{A50A}====
|
||||
|
||||
@@ -931,12 +739,6 @@ was broken in all cases./
|
||||
aa
|
||||
aA
|
||||
|
||||
/(\x{de})\1/8i
|
||||
\x{de}\x{de}
|
||||
\x{de}\x{fe}
|
||||
\x{fe}\x{fe}
|
||||
\x{fe}\x{de}
|
||||
|
||||
/(\x{10a})\1/8i
|
||||
\x{10a}\x{10a}
|
||||
\x{10a}\x{10b}
|
||||
@@ -951,4 +753,567 @@ was broken in all cases./
|
||||
/[\p{Lu}\x20]+/
|
||||
\x41\x20\x50\xC2\x54\xC9\x20\x54\x4F\x44\x41\x59
|
||||
|
||||
/ End of testinput6 /
|
||||
/\p{Avestan}\p{Bamum}\p{Egyptian_Hieroglyphs}\p{Imperial_Aramaic}\p{Inscriptional_Pahlavi}\p{Inscriptional_Parthian}\p{Javanese}\p{Kaithi}\p{Lisu}\p{Meetei_Mayek}\p{Old_South_Arabian}\p{Old_Turkic}\p{Samaritan}\p{Tai_Tham}\p{Tai_Viet}/8
|
||||
\x{10b00}\x{a6ef}\x{13007}\x{10857}\x{10b78}\x{10b58}\x{a980}\x{110c1}\x{a4ff}\x{abc0}\x{10a7d}\x{10c48}\x{0800}\x{1aad}\x{aac0}
|
||||
|
||||
/^\w+/8W
|
||||
Az_\x{aa}\x{c0}\x{1c5}\x{2b0}\x{3b6}\x{1d7c9}\x{2fa1d}1\x{660}\x{bef}\x{16ee}
|
||||
|
||||
/^[[:xdigit:]]*/8W
|
||||
1a\x{660}\x{bef}\x{16ee}
|
||||
|
||||
/^\d+/8W
|
||||
1\x{660}\x{bef}\x{16ee}
|
||||
|
||||
/^[[:digit:]]+/8W
|
||||
1\x{660}\x{bef}\x{16ee}
|
||||
|
||||
/^>\s+/8W
|
||||
>\x{20}\x{a0}\x{1680}\x{2028}\x{2029}\x{202f}\x{9}\x{b}
|
||||
|
||||
/^>\pZ+/8W
|
||||
>\x{20}\x{a0}\x{1680}\x{2028}\x{2029}\x{202f}\x{9}\x{b}
|
||||
|
||||
/^>[[:space:]]*/8W
|
||||
>\x{20}\x{a0}\x{1680}\x{2028}\x{2029}\x{202f}\x{9}\x{b}
|
||||
|
||||
/^>[[:blank:]]*/8W
|
||||
>\x{20}\x{a0}\x{1680}\x{180e}\x{2000}\x{202f}\x{9}\x{b}\x{2028}
|
||||
|
||||
/^[[:alpha:]]*/8W
|
||||
Az\x{aa}\x{c0}\x{1c5}\x{2b0}\x{3b6}\x{1d7c9}\x{2fa1d}
|
||||
|
||||
/^[[:alnum:]]*/8W
|
||||
Az\x{aa}\x{c0}\x{1c5}\x{2b0}\x{3b6}\x{1d7c9}\x{2fa1d}1\x{660}\x{bef}\x{16ee}
|
||||
|
||||
/^[[:cntrl:]]*/8W
|
||||
\x{0}\x{09}\x{1f}\x{7f}\x{9f}
|
||||
|
||||
/^[[:graph:]]*/8W
|
||||
A\x{a1}\x{a0}
|
||||
|
||||
/^[[:print:]]*/8W
|
||||
A z\x{a0}\x{a1}
|
||||
|
||||
/^[[:punct:]]*/8W
|
||||
.+\x{a1}\x{a0}
|
||||
|
||||
/\p{Zs}*?\R/
|
||||
** Failers
|
||||
a\xFCb
|
||||
|
||||
/\p{Zs}*\R/
|
||||
** Failers
|
||||
a\xFCb
|
||||
|
||||
/ⱥ/8i
|
||||
ⱥ
|
||||
Ⱥx
|
||||
Ⱥ
|
||||
|
||||
/[ⱥ]/8i
|
||||
ⱥ
|
||||
Ⱥx
|
||||
Ⱥ
|
||||
|
||||
/Ⱥ/8i
|
||||
Ⱥ
|
||||
ⱥ
|
||||
|
||||
/-- These are tests for extended grapheme clusters --/
|
||||
|
||||
/^\X/8+
|
||||
G\x{34e}\x{34e}X
|
||||
\x{34e}\x{34e}X
|
||||
\x04X
|
||||
\x{1100}X
|
||||
\x{1100}\x{34e}X
|
||||
\x{1b04}\x{1b04}X
|
||||
*These match up to the roman letters
|
||||
\x{1111}\x{1111}L,L
|
||||
\x{1111}\x{1111}\x{1169}L,L,V
|
||||
\x{1111}\x{ae4c}L, LV
|
||||
\x{1111}\x{ad89}L, LVT
|
||||
\x{1111}\x{ae4c}\x{1169}L, LV, V
|
||||
\x{1111}\x{ae4c}\x{1169}\x{1169}L, LV, V, V
|
||||
\x{1111}\x{ae4c}\x{1169}\x{11fe}L, LV, V, T
|
||||
\x{1111}\x{ad89}\x{11fe}L, LVT, T
|
||||
\x{1111}\x{ad89}\x{11fe}\x{11fe}L, LVT, T, T
|
||||
\x{ad89}\x{11fe}\x{11fe}LVT, T, T
|
||||
*These match just the first codepoint (invalid sequence)
|
||||
\x{1111}\x{11fe}L, T
|
||||
\x{ae4c}\x{1111}LV, L
|
||||
\x{ae4c}\x{ae4c}LV, LV
|
||||
\x{ae4c}\x{ad89}LV, LVT
|
||||
\x{1169}\x{1111}V, L
|
||||
\x{1169}\x{ae4c}V, LV
|
||||
\x{1169}\x{ad89}V, LVT
|
||||
\x{ad89}\x{1111}LVT, L
|
||||
\x{ad89}\x{1169}LVT, V
|
||||
\x{ad89}\x{ae4c}LVT, LV
|
||||
\x{ad89}\x{ad89}LVT, LVT
|
||||
\x{11fe}\x{1111}T, L
|
||||
\x{11fe}\x{1169}T, V
|
||||
\x{11fe}\x{ae4c}T, LV
|
||||
\x{11fe}\x{ad89}T, LVT
|
||||
*Test extend and spacing mark
|
||||
\x{1111}\x{ae4c}\x{0711}L, LV, extend
|
||||
\x{1111}\x{ae4c}\x{1b04}L, LV, spacing mark
|
||||
\x{1111}\x{ae4c}\x{1b04}\x{0711}\x{1b04}L, LV, spacing mark, extend, spacing mark
|
||||
*Test CR, LF, and control
|
||||
\x0d\x{0711}CR, extend
|
||||
\x0d\x{1b04}CR, spacingmark
|
||||
\x0a\x{0711}LF, extend
|
||||
\x0a\x{1b04}LF, spacingmark
|
||||
\x0b\x{0711}Control, extend
|
||||
\x09\x{1b04}Control, spacingmark
|
||||
*There are no Prepend characters, so we can't test Prepend, CR
|
||||
|
||||
/^(?>\X{2})X/8+
|
||||
\x{1111}\x{ae4c}\x{1111}\x{ae4c}X
|
||||
|
||||
/^\X{2,4}X/8+
|
||||
\x{1111}\x{ae4c}\x{1111}\x{ae4c}X
|
||||
\x{1111}\x{ae4c}\x{1111}\x{ae4c}\x{1111}\x{ae4c}X
|
||||
\x{1111}\x{ae4c}\x{1111}\x{ae4c}\x{1111}\x{ae4c}\x{1111}\x{ae4c}X
|
||||
|
||||
/^\X{2,4}?X/8+
|
||||
\x{1111}\x{ae4c}\x{1111}\x{ae4c}X
|
||||
\x{1111}\x{ae4c}\x{1111}\x{ae4c}\x{1111}\x{ae4c}X
|
||||
\x{1111}\x{ae4c}\x{1111}\x{ae4c}\x{1111}\x{ae4c}\x{1111}\x{ae4c}X
|
||||
|
||||
/-- --/
|
||||
|
||||
/\x{1e9e}+/8i
|
||||
\x{1e9e}\x{00df}
|
||||
|
||||
/[z\x{1e9e}]+/8i
|
||||
\x{1e9e}\x{00df}
|
||||
|
||||
/\x{00df}+/8i
|
||||
\x{1e9e}\x{00df}
|
||||
|
||||
/[z\x{00df}]+/8i
|
||||
\x{1e9e}\x{00df}
|
||||
|
||||
/\x{1f88}+/8i
|
||||
\x{1f88}\x{1f80}
|
||||
|
||||
/[z\x{1f88}]+/8i
|
||||
\x{1f88}\x{1f80}
|
||||
|
||||
/-- Characters with more than one other case; test in classes --/
|
||||
|
||||
/[z\x{00b5}]+/8i
|
||||
\x{00b5}\x{039c}\x{03bc}
|
||||
|
||||
/[z\x{039c}]+/8i
|
||||
\x{00b5}\x{039c}\x{03bc}
|
||||
|
||||
/[z\x{03bc}]+/8i
|
||||
\x{00b5}\x{039c}\x{03bc}
|
||||
|
||||
/[z\x{00c5}]+/8i
|
||||
\x{00c5}\x{00e5}\x{212b}
|
||||
|
||||
/[z\x{00e5}]+/8i
|
||||
\x{00c5}\x{00e5}\x{212b}
|
||||
|
||||
/[z\x{212b}]+/8i
|
||||
\x{00c5}\x{00e5}\x{212b}
|
||||
|
||||
/[z\x{01c4}]+/8i
|
||||
\x{01c4}\x{01c5}\x{01c6}
|
||||
|
||||
/[z\x{01c5}]+/8i
|
||||
\x{01c4}\x{01c5}\x{01c6}
|
||||
|
||||
/[z\x{01c6}]+/8i
|
||||
\x{01c4}\x{01c5}\x{01c6}
|
||||
|
||||
/[z\x{01c7}]+/8i
|
||||
\x{01c7}\x{01c8}\x{01c9}
|
||||
|
||||
/[z\x{01c8}]+/8i
|
||||
\x{01c7}\x{01c8}\x{01c9}
|
||||
|
||||
/[z\x{01c9}]+/8i
|
||||
\x{01c7}\x{01c8}\x{01c9}
|
||||
|
||||
/[z\x{01ca}]+/8i
|
||||
\x{01ca}\x{01cb}\x{01cc}
|
||||
|
||||
/[z\x{01cb}]+/8i
|
||||
\x{01ca}\x{01cb}\x{01cc}
|
||||
|
||||
/[z\x{01cc}]+/8i
|
||||
\x{01ca}\x{01cb}\x{01cc}
|
||||
|
||||
/[z\x{01f1}]+/8i
|
||||
\x{01f1}\x{01f2}\x{01f3}
|
||||
|
||||
/[z\x{01f2}]+/8i
|
||||
\x{01f1}\x{01f2}\x{01f3}
|
||||
|
||||
/[z\x{01f3}]+/8i
|
||||
\x{01f1}\x{01f2}\x{01f3}
|
||||
|
||||
/[z\x{0345}]+/8i
|
||||
\x{0345}\x{0399}\x{03b9}\x{1fbe}
|
||||
|
||||
/[z\x{0399}]+/8i
|
||||
\x{0345}\x{0399}\x{03b9}\x{1fbe}
|
||||
|
||||
/[z\x{03b9}]+/8i
|
||||
\x{0345}\x{0399}\x{03b9}\x{1fbe}
|
||||
|
||||
/[z\x{1fbe}]+/8i
|
||||
\x{0345}\x{0399}\x{03b9}\x{1fbe}
|
||||
|
||||
/[z\x{0392}]+/8i
|
||||
\x{0392}\x{03b2}\x{03d0}
|
||||
|
||||
/[z\x{03b2}]+/8i
|
||||
\x{0392}\x{03b2}\x{03d0}
|
||||
|
||||
/[z\x{03d0}]+/8i
|
||||
\x{0392}\x{03b2}\x{03d0}
|
||||
|
||||
/[z\x{0395}]+/8i
|
||||
\x{0395}\x{03b5}\x{03f5}
|
||||
|
||||
/[z\x{03b5}]+/8i
|
||||
\x{0395}\x{03b5}\x{03f5}
|
||||
|
||||
/[z\x{03f5}]+/8i
|
||||
\x{0395}\x{03b5}\x{03f5}
|
||||
|
||||
/[z\x{0398}]+/8i
|
||||
\x{0398}\x{03b8}\x{03d1}\x{03f4}
|
||||
|
||||
/[z\x{03b8}]+/8i
|
||||
\x{0398}\x{03b8}\x{03d1}\x{03f4}
|
||||
|
||||
/[z\x{03d1}]+/8i
|
||||
\x{0398}\x{03b8}\x{03d1}\x{03f4}
|
||||
|
||||
/[z\x{03f4}]+/8i
|
||||
\x{0398}\x{03b8}\x{03d1}\x{03f4}
|
||||
|
||||
/[z\x{039a}]+/8i
|
||||
\x{039a}\x{03ba}\x{03f0}
|
||||
|
||||
/[z\x{03ba}]+/8i
|
||||
\x{039a}\x{03ba}\x{03f0}
|
||||
|
||||
/[z\x{03f0}]+/8i
|
||||
\x{039a}\x{03ba}\x{03f0}
|
||||
|
||||
/[z\x{03a0}]+/8i
|
||||
\x{03a0}\x{03c0}\x{03d6}
|
||||
|
||||
/[z\x{03c0}]+/8i
|
||||
\x{03a0}\x{03c0}\x{03d6}
|
||||
|
||||
/[z\x{03d6}]+/8i
|
||||
\x{03a0}\x{03c0}\x{03d6}
|
||||
|
||||
/[z\x{03a1}]+/8i
|
||||
\x{03a1}\x{03c1}\x{03f1}
|
||||
|
||||
/[z\x{03c1}]+/8i
|
||||
\x{03a1}\x{03c1}\x{03f1}
|
||||
|
||||
/[z\x{03f1}]+/8i
|
||||
\x{03a1}\x{03c1}\x{03f1}
|
||||
|
||||
/[z\x{03a3}]+/8i
|
||||
\x{03A3}\x{03C2}\x{03C3}
|
||||
|
||||
/[z\x{03c2}]+/8i
|
||||
\x{03A3}\x{03C2}\x{03C3}
|
||||
|
||||
/[z\x{03c3}]+/8i
|
||||
\x{03A3}\x{03C2}\x{03C3}
|
||||
|
||||
/[z\x{03a6}]+/8i
|
||||
\x{03a6}\x{03c6}\x{03d5}
|
||||
|
||||
/[z\x{03c6}]+/8i
|
||||
\x{03a6}\x{03c6}\x{03d5}
|
||||
|
||||
/[z\x{03d5}]+/8i
|
||||
\x{03a6}\x{03c6}\x{03d5}
|
||||
|
||||
/[z\x{03c9}]+/8i
|
||||
\x{03c9}\x{03a9}\x{2126}
|
||||
|
||||
/[z\x{03a9}]+/8i
|
||||
\x{03c9}\x{03a9}\x{2126}
|
||||
|
||||
/[z\x{2126}]+/8i
|
||||
\x{03c9}\x{03a9}\x{2126}
|
||||
|
||||
/[z\x{1e60}]+/8i
|
||||
\x{1e60}\x{1e61}\x{1e9b}
|
||||
|
||||
/[z\x{1e61}]+/8i
|
||||
\x{1e60}\x{1e61}\x{1e9b}
|
||||
|
||||
/[z\x{1e9b}]+/8i
|
||||
\x{1e60}\x{1e61}\x{1e9b}
|
||||
|
||||
/-- Perl 5.12.4 gets these wrong, but 5.15.3 is OK --/
|
||||
|
||||
/[z\x{004b}]+/8i
|
||||
\x{004b}\x{006b}\x{212a}
|
||||
|
||||
/[z\x{006b}]+/8i
|
||||
\x{004b}\x{006b}\x{212a}
|
||||
|
||||
/[z\x{212a}]+/8i
|
||||
\x{004b}\x{006b}\x{212a}
|
||||
|
||||
/[z\x{0053}]+/8i
|
||||
\x{0053}\x{0073}\x{017f}
|
||||
|
||||
/[z\x{0073}]+/8i
|
||||
\x{0053}\x{0073}\x{017f}
|
||||
|
||||
/[z\x{017f}]+/8i
|
||||
\x{0053}\x{0073}\x{017f}
|
||||
|
||||
/-- --/
|
||||
|
||||
/(ΣΆΜΟΣ) \1/8i
|
||||
ΣΆΜΟΣ ΣΆΜΟΣ
|
||||
ΣΆΜΟΣ σάμος
|
||||
σάμος σάμος
|
||||
σάμος σάμοσ
|
||||
σάμος ΣΆΜΟΣ
|
||||
|
||||
/(σάμος) \1/8i
|
||||
ΣΆΜΟΣ ΣΆΜΟΣ
|
||||
ΣΆΜΟΣ σάμος
|
||||
σάμος σάμος
|
||||
σάμος σάμοσ
|
||||
σάμος ΣΆΜΟΣ
|
||||
|
||||
/(ΣΆΜΟΣ) \1*/8i
|
||||
ΣΆΜΟΣ\x20
|
||||
ΣΆΜΟΣ ΣΆΜΟΣσάμοςσάμος
|
||||
|
||||
/-- Perl matches these --/
|
||||
|
||||
/\x{00b5}+/8i
|
||||
\x{00b5}\x{039c}\x{03bc}
|
||||
|
||||
/\x{039c}+/8i
|
||||
\x{00b5}\x{039c}\x{03bc}
|
||||
|
||||
/\x{03bc}+/8i
|
||||
\x{00b5}\x{039c}\x{03bc}
|
||||
|
||||
|
||||
/\x{00c5}+/8i
|
||||
\x{00c5}\x{00e5}\x{212b}
|
||||
|
||||
/\x{00e5}+/8i
|
||||
\x{00c5}\x{00e5}\x{212b}
|
||||
|
||||
/\x{212b}+/8i
|
||||
\x{00c5}\x{00e5}\x{212b}
|
||||
|
||||
|
||||
/\x{01c4}+/8i
|
||||
\x{01c4}\x{01c5}\x{01c6}
|
||||
|
||||
/\x{01c5}+/8i
|
||||
\x{01c4}\x{01c5}\x{01c6}
|
||||
|
||||
/\x{01c6}+/8i
|
||||
\x{01c4}\x{01c5}\x{01c6}
|
||||
|
||||
|
||||
/\x{01c7}+/8i
|
||||
\x{01c7}\x{01c8}\x{01c9}
|
||||
|
||||
/\x{01c8}+/8i
|
||||
\x{01c7}\x{01c8}\x{01c9}
|
||||
|
||||
/\x{01c9}+/8i
|
||||
\x{01c7}\x{01c8}\x{01c9}
|
||||
|
||||
|
||||
/\x{01ca}+/8i
|
||||
\x{01ca}\x{01cb}\x{01cc}
|
||||
|
||||
/\x{01cb}+/8i
|
||||
\x{01ca}\x{01cb}\x{01cc}
|
||||
|
||||
/\x{01cc}+/8i
|
||||
\x{01ca}\x{01cb}\x{01cc}
|
||||
|
||||
|
||||
/\x{01f1}+/8i
|
||||
\x{01f1}\x{01f2}\x{01f3}
|
||||
|
||||
/\x{01f2}+/8i
|
||||
\x{01f1}\x{01f2}\x{01f3}
|
||||
|
||||
/\x{01f3}+/8i
|
||||
\x{01f1}\x{01f2}\x{01f3}
|
||||
|
||||
|
||||
/\x{0345}+/8i
|
||||
\x{0345}\x{0399}\x{03b9}\x{1fbe}
|
||||
|
||||
/\x{0399}+/8i
|
||||
\x{0345}\x{0399}\x{03b9}\x{1fbe}
|
||||
|
||||
/\x{03b9}+/8i
|
||||
\x{0345}\x{0399}\x{03b9}\x{1fbe}
|
||||
|
||||
/\x{1fbe}+/8i
|
||||
\x{0345}\x{0399}\x{03b9}\x{1fbe}
|
||||
|
||||
|
||||
/\x{0392}+/8i
|
||||
\x{0392}\x{03b2}\x{03d0}
|
||||
|
||||
/\x{03b2}+/8i
|
||||
\x{0392}\x{03b2}\x{03d0}
|
||||
|
||||
/\x{03d0}+/8i
|
||||
\x{0392}\x{03b2}\x{03d0}
|
||||
|
||||
|
||||
/\x{0395}+/8i
|
||||
\x{0395}\x{03b5}\x{03f5}
|
||||
|
||||
/\x{03b5}+/8i
|
||||
\x{0395}\x{03b5}\x{03f5}
|
||||
|
||||
/\x{03f5}+/8i
|
||||
\x{0395}\x{03b5}\x{03f5}
|
||||
|
||||
|
||||
/\x{0398}+/8i
|
||||
\x{0398}\x{03b8}\x{03d1}\x{03f4}
|
||||
|
||||
/\x{03b8}+/8i
|
||||
\x{0398}\x{03b8}\x{03d1}\x{03f4}
|
||||
|
||||
/\x{03d1}+/8i
|
||||
\x{0398}\x{03b8}\x{03d1}\x{03f4}
|
||||
|
||||
/\x{03f4}+/8i
|
||||
\x{0398}\x{03b8}\x{03d1}\x{03f4}
|
||||
|
||||
|
||||
/\x{039a}+/8i
|
||||
\x{039a}\x{03ba}\x{03f0}
|
||||
|
||||
/\x{03ba}+/8i
|
||||
\x{039a}\x{03ba}\x{03f0}
|
||||
|
||||
/\x{03f0}+/8i
|
||||
\x{039a}\x{03ba}\x{03f0}
|
||||
|
||||
|
||||
/\x{03a0}+/8i
|
||||
\x{03a0}\x{03c0}\x{03d6}
|
||||
|
||||
/\x{03c0}+/8i
|
||||
\x{03a0}\x{03c0}\x{03d6}
|
||||
|
||||
/\x{03d6}+/8i
|
||||
\x{03a0}\x{03c0}\x{03d6}
|
||||
|
||||
|
||||
/\x{03a1}+/8i
|
||||
\x{03a1}\x{03c1}\x{03f1}
|
||||
|
||||
/\x{03c1}+/8i
|
||||
\x{03a1}\x{03c1}\x{03f1}
|
||||
|
||||
/\x{03f1}+/8i
|
||||
\x{03a1}\x{03c1}\x{03f1}
|
||||
|
||||
|
||||
/\x{03a3}+/8i
|
||||
\x{03A3}\x{03C2}\x{03C3}
|
||||
|
||||
/\x{03c2}+/8i
|
||||
\x{03A3}\x{03C2}\x{03C3}
|
||||
|
||||
/\x{03c3}+/8i
|
||||
\x{03A3}\x{03C2}\x{03C3}
|
||||
|
||||
|
||||
/\x{03a6}+/8i
|
||||
\x{03a6}\x{03c6}\x{03d5}
|
||||
|
||||
/\x{03c6}+/8i
|
||||
\x{03a6}\x{03c6}\x{03d5}
|
||||
|
||||
/\x{03d5}+/8i
|
||||
\x{03a6}\x{03c6}\x{03d5}
|
||||
|
||||
|
||||
/\x{03c9}+/8i
|
||||
\x{03c9}\x{03a9}\x{2126}
|
||||
|
||||
/\x{03a9}+/8i
|
||||
\x{03c9}\x{03a9}\x{2126}
|
||||
|
||||
/\x{2126}+/8i
|
||||
\x{03c9}\x{03a9}\x{2126}
|
||||
|
||||
|
||||
/\x{1e60}+/8i
|
||||
\x{1e60}\x{1e61}\x{1e9b}
|
||||
|
||||
/\x{1e61}+/8i
|
||||
\x{1e60}\x{1e61}\x{1e9b}
|
||||
|
||||
/\x{1e9b}+/8i
|
||||
\x{1e60}\x{1e61}\x{1e9b}
|
||||
|
||||
|
||||
/\x{1e9e}+/8i
|
||||
\x{1e9e}\x{00df}
|
||||
|
||||
/\x{00df}+/8i
|
||||
\x{1e9e}\x{00df}
|
||||
|
||||
|
||||
/\x{1f88}+/8i
|
||||
\x{1f88}\x{1f80}
|
||||
|
||||
/\x{1f80}+/8i
|
||||
\x{1f88}\x{1f80}
|
||||
|
||||
|
||||
/-- Perl 5.12.4 gets these wrong, but 5.15.3 is OK --/
|
||||
|
||||
/\x{004b}+/8i
|
||||
\x{004b}\x{006b}\x{212a}
|
||||
|
||||
/\x{006b}+/8i
|
||||
\x{004b}\x{006b}\x{212a}
|
||||
|
||||
/\x{212a}+/8i
|
||||
\x{004b}\x{006b}\x{212a}
|
||||
|
||||
|
||||
/\x{0053}+/8i
|
||||
\x{0053}\x{0073}\x{017f}
|
||||
|
||||
/\x{0073}+/8i
|
||||
\x{0053}\x{0073}\x{017f}
|
||||
|
||||
/\x{017f}+/8i
|
||||
\x{0053}\x{0073}\x{017f}
|
||||
|
||||
/-- End of testinput6 --/
|
||||
|
||||
Reference in New Issue
Block a user