summaryrefslogtreecommitdiff
path: root/testdata/testinput17
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput17')
-rw-r--r--testdata/testinput1724
1 files changed, 24 insertions, 0 deletions
diff --git a/testdata/testinput17 b/testdata/testinput17
index 1474eb9..76925fe 100644
--- a/testdata/testinput17
+++ b/testdata/testinput17
@@ -213,6 +213,12 @@
#pop jit,jitverify
abcdef
+/abcd/pushcopy,jitverify
+ abcd
+
+#pop jitverify
+ abcd
+
# Test pattern compilation
/(?:a|b|c|d|e)(?R)/jit=1
@@ -272,5 +278,23 @@
/(.|.)*?bx/
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabax
+
+# Test JIT disable
+
+/abc/
+ abc
+ abc\=no_jit
+
+/abc/jitfast
+ abc
+ abc\=no_jit
+
+# ----
+
+/[aC]/mg,firstline,newline=lf
+match\nmatch
+
+/[aCz]/mg,firstline,newline=lf
+match\nmatch
# End of testinput17