From 8c608d4bf7759dcf4c2a9e20d1561b354f7cd876 Mon Sep 17 00:00:00 2001 From: ph10 Date: Mon, 26 Jan 2015 14:57:27 +0000 Subject: Implement (*NO_JIT) git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@187 6239d852-aaf2-0410-a92c-79f79f948069 --- testdata/testoutput16 | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'testdata/testoutput16') 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: 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: Overall options: anchored -- cgit v1.2.1