Regex: Update PCRE to v8.35.
I was über lazy at first, so took libs from SM. But actually it's quite easy to compile, so let's update to latest version \o/.
This commit is contained in:
29
tools/pcre/testdata/testoutput11-8
vendored
29
tools/pcre/testdata/testoutput11-8
vendored
@ -63,6 +63,7 @@ Memory allocation (code space): 7
|
||||
6 End
|
||||
------------------------------------------------------------------
|
||||
Capturing subpattern count = 0
|
||||
May match empty string
|
||||
Options: extended
|
||||
No first char
|
||||
No need char
|
||||
@ -99,15 +100,13 @@ Memory allocation (code space): 9
|
||||
------------------------------------------------------------------
|
||||
|
||||
/x{1,3}+/BM
|
||||
Memory allocation (code space): 19
|
||||
Memory allocation (code space): 13
|
||||
------------------------------------------------------------------
|
||||
0 15 Bra
|
||||
3 9 Once
|
||||
6 x
|
||||
8 x{0,2}
|
||||
12 9 Ket
|
||||
15 15 Ket
|
||||
18 End
|
||||
0 9 Bra
|
||||
3 x
|
||||
5 x{0,2}+
|
||||
9 9 Ket
|
||||
12 End
|
||||
------------------------------------------------------------------
|
||||
|
||||
/(x)*+/BM
|
||||
@ -138,7 +137,7 @@ Memory allocation (code space): 120
|
||||
66 [bc]+
|
||||
100 39 Ket
|
||||
103 7 CBra 5
|
||||
108 \w*
|
||||
108 \w*+
|
||||
110 7 Ket
|
||||
113 109 Ket
|
||||
116 116 Ket
|
||||
@ -327,7 +326,7 @@ Memory allocation (code space): 12
|
||||
------------------------------------------------------------------
|
||||
|
||||
/\x{110000}/8BM
|
||||
Failed: character value in \x{...} sequence is too large at offset 9
|
||||
Failed: character value in \x{} or \o{} is too large at offset 9
|
||||
|
||||
/[\x{ff}]/8BM
|
||||
Memory allocation (code space): 10
|
||||
@ -503,7 +502,7 @@ Memory allocation (code space): 15
|
||||
Memory allocation (code space): 48
|
||||
------------------------------------------------------------------
|
||||
0 44 Bra
|
||||
3 [+\-\p{Nd}]+
|
||||
3 [+\-\p{Nd}]++
|
||||
44 44 Ket
|
||||
47 End
|
||||
------------------------------------------------------------------
|
||||
@ -652,7 +651,7 @@ Memory allocation (code space): 10
|
||||
/[[:^alpha:][:^cntrl:]]+/8WB
|
||||
------------------------------------------------------------------
|
||||
0 44 Bra
|
||||
3 [ -~\x80-\xff\P{L}]+
|
||||
3 [ -~\x80-\xff\P{L}]++
|
||||
44 44 Ket
|
||||
47 End
|
||||
------------------------------------------------------------------
|
||||
@ -660,7 +659,7 @@ Memory allocation (code space): 10
|
||||
/[[:^cntrl:][:^alpha:]]+/8WB
|
||||
------------------------------------------------------------------
|
||||
0 44 Bra
|
||||
3 [ -~\x80-\xff\P{L}]+
|
||||
3 [ -~\x80-\xff\P{L}]++
|
||||
44 44 Ket
|
||||
47 End
|
||||
------------------------------------------------------------------
|
||||
@ -668,7 +667,7 @@ Memory allocation (code space): 10
|
||||
/[[:alpha:]]+/8WB
|
||||
------------------------------------------------------------------
|
||||
0 12 Bra
|
||||
3 [\p{L}]+
|
||||
3 [\p{L}]++
|
||||
12 12 Ket
|
||||
15 End
|
||||
------------------------------------------------------------------
|
||||
@ -676,7 +675,7 @@ Memory allocation (code space): 10
|
||||
/[[:^alpha:]\S]+/8WB
|
||||
------------------------------------------------------------------
|
||||
0 15 Bra
|
||||
3 [\P{L}\P{Xsp}]+
|
||||
3 [\P{L}\P{Xsp}]++
|
||||
15 15 Ket
|
||||
18 End
|
||||
------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user