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:
3
tools/pcre/testdata/testoutput20
vendored
3
tools/pcre/testdata/testoutput20
vendored
@ -8,12 +8,10 @@
|
||||
/^\x{ffff}?/i
|
||||
\x{ffff}
|
||||
0: \x{ffff}
|
||||
1:
|
||||
|
||||
/^\x{ffff}*/i
|
||||
\x{ffff}
|
||||
0: \x{ffff}
|
||||
1:
|
||||
|
||||
/^\x{ffff}{3}/i
|
||||
\x{ffff}\x{ffff}\x{ffff}
|
||||
@ -22,6 +20,5 @@
|
||||
/^\x{ffff}{0,3}/i
|
||||
\x{ffff}
|
||||
0: \x{ffff}
|
||||
1:
|
||||
|
||||
/-- End of testinput20 --/
|
||||
|
Reference in New Issue
Block a user