summaryrefslogtreecommitdiff
path: root/testdata/testinput17
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-06-05 16:05:34 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-06-05 16:05:34 +0000
commit74550ef81518b2052fa9d57a12ee59541ae7b95a (patch)
tree91fbda016c843666111790da13d6b59c25c2ff7a /testdata/testinput17
parentb69f2c210fbe21e22eb139cd616e811c37c10035 (diff)
downloadpcre2-74550ef81518b2052fa9d57a12ee59541ae7b95a.tar.gz
Implement PCRE2_NO_JIT, update HTML docs as well.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@522 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput17')
-rw-r--r--testdata/testinput1710
1 files changed, 10 insertions, 0 deletions
diff --git a/testdata/testinput17 b/testdata/testinput17
index c60b31e..f1bf25f 100644
--- a/testdata/testinput17
+++ b/testdata/testinput17
@@ -278,5 +278,15 @@
/(.|.)*?bx/
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabax
+
+# Test JIT disable
+
+/abc/
+ abc
+ abc\=no_jit
+
+/abc/jitfast
+ abc
+ abc\=no_jit
# End of testinput17