From 0916b5f9072f7bd1b7b045ceb07758f9dc097ac2 Mon Sep 17 00:00:00 2001 From: Vincent Peyruqueou Date: Mon, 27 Mar 2023 11:46:59 +0200 Subject: Add sources of PCRE and Microsoft Visual Studio solutions to compile the lib --- pcre/testdata/testinput23 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pcre/testdata/testinput23 (limited to 'pcre/testdata/testinput23') diff --git a/pcre/testdata/testinput23 b/pcre/testdata/testinput23 new file mode 100644 index 0000000..0fdbae7 --- /dev/null +++ b/pcre/testdata/testinput23 @@ -0,0 +1,20 @@ +/-- Tests for the 16-bit library only */ + +< forbid 8W + +/-- Check maximum non-UTF character size --/ + +/\x{ffff}/ + A\x{ffff}B + +/\x{10000}/ + +/\o{20000}/ + +/-- Check character ranges --/ + +/[\H]/BZSI + +/[\V]/BZSI + +/-- End of testinput23 --/ -- cgit v1.1