Update bundled PCRE2-library to version 10.23
Some manual changes done to the library were lost with this update. They will be added in the next commit.
This commit is contained in:
16
pcre2/testdata/testinput21
vendored
Normal file
16
pcre2/testdata/testinput21
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# These are tests of \C that do not involve UTF. They are not run when \C is
|
||||
# disabled by compiling with --enable-never-backslash-C.
|
||||
|
||||
/\C+\D \C+\d \C+\S \C+\s \C+\W \C+\w \C+. \C+\R \C+\H \C+\h \C+\V \C+\v \C+\Z \C+\z \C+$/Bx
|
||||
|
||||
/\D+\C \d+\C \S+\C \s+\C \W+\C \w+\C .+\C \R+\C \H+\C \h+\C \V+\C \v+\C a+\C \n+\C \C+\C/Bx
|
||||
|
||||
/ab\Cde/never_backslash_c
|
||||
|
||||
/ab\Cde/info
|
||||
abXde
|
||||
|
||||
/(?<=ab\Cde)X/
|
||||
abZdeX
|
||||
|
||||
# End of testinput21
|
||||
Reference in New Issue
Block a user