amxmodx/tools/pcre/testdata/testinput26
Arkshine d4de0e6f1e 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/.
2014-07-06 12:23:21 +02:00

15 lines
182 B
Plaintext

/-- Tests for the 32-bit library with UTF-32 support only */
< forbid W
/-- Non-UTF characters --/
/\x{110000}/8
/\o{4200000}/8
/\C/8
\x{110000}
/-- End of testinput26 --/