diff options
Diffstat (limited to 'pcre/testdata/testinput13')
-rw-r--r-- | pcre/testdata/testinput13 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pcre/testdata/testinput13 b/pcre/testdata/testinput13 new file mode 100644 index 00000000000..c7bc67bb172 --- /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 --/ |