2
0
Fork 0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-08-13 17:49:36 +03:00
amxmodx/tools/pcre/testdata/testinput24
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

11 lines
149 B
Text

/-- Tests for the 16-bit library with UTF-16 support only */
< forbid W
/bad/8
\x{d800}
/short/8
\P\P\x{d800}
/-- End of testinput24 --/