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/testinput13 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pcre/testdata/testinput13 (limited to 'pcre/testdata/testinput13') diff --git a/pcre/testdata/testinput13 b/pcre/testdata/testinput13 new file mode 100644 index 0000000..c7bc67b --- /dev/null +++ b/pcre/testdata/testinput13 @@ -0,0 +1,9 @@ +/-- This test is run only when JIT support is not available. It checks that an +attempt to use it has the expected behaviour. It also tests things that +are different without JIT. --/ + +/abc/S+I + +/a*/SI + +/-- End of testinput13 --/ -- cgit v1.1