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/testoutput26 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pcre/testdata/testoutput26 (limited to 'pcre/testdata/testoutput26') diff --git a/pcre/testdata/testoutput26 b/pcre/testdata/testoutput26 new file mode 100644 index 0000000..28f8d42 --- /dev/null +++ b/pcre/testdata/testoutput26 @@ -0,0 +1,17 @@ +/-- Tests for the 32-bit library with UTF-32 support only */ + +< forbid W + +/-- Non-UTF characters --/ + +/\x{110000}/8 +Failed: character value in \x{} or \o{} is too large at offset 9 + +/\o{4200000}/8 +Failed: character value in \x{} or \o{} is too large at offset 10 + +/\C/8 + \x{110000} +Error -10 (bad UTF-32 string) offset=0 reason=3 + +/-- End of testinput26 --/ -- cgit v1.1