summaryrefslogtreecommitdiff
path: root/testdata/testoutput16
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-01-26 14:57:27 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-01-26 14:57:27 +0000
commit8c608d4bf7759dcf4c2a9e20d1561b354f7cd876 (patch)
tree039f04d868882df37ef97a75ce41c697227e14db /testdata/testoutput16
parent1434a44f884ad6637bcd6ae1876dd997b78135d0 (diff)
downloadpcre2-8c608d4bf7759dcf4c2a9e20d1561b354f7cd876.tar.gz
Implement (*NO_JIT)
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@187 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput16')
-rw-r--r--testdata/testoutput1615
1 files changed, 13 insertions, 2 deletions
diff --git a/testdata/testoutput16 b/testdata/testoutput16
index ce76acb..a68ab09 100644
--- a/testdata/testoutput16
+++ b/testdata/testoutput16
@@ -28,6 +28,17 @@ JIT compilation was successful
xyz
No match (JIT)
+/(*NO_JIT)abcd/I
+Capturing subpattern count = 0
+First code unit = 'a'
+Last code unit = 'd'
+Subject length lower bound = 4
+JIT compilation was not successful
+ abcd
+ 0: abcd
+ xyz
+No match
+
/abcd/
abcd
0: abcd (JIT)
@@ -326,7 +337,7 @@ No match
# compilation, but serializing (save/load) discards JIT data completely.
/^abc\Kdef/info,push
-** Applied only to compile when pattern is stacked with 'push': jitverify
+** Applies only to compile when pattern is stacked with 'push': jitverify
Capturing subpattern count = 0
Compile options: <none>
Overall options: anchored
@@ -337,7 +348,7 @@ JIT compilation was successful
0: def (JIT)
/^abc\Kdef/info,push
-** Applied only to compile when pattern is stacked with 'push': jitverify
+** Applies only to compile when pattern is stacked with 'push': jitverify
Capturing subpattern count = 0
Compile options: <none>
Overall options: anchored