summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput26
-rw-r--r--testdata/testinput66
-rw-r--r--testdata/testoutput28
-rw-r--r--testdata/testoutput68
4 files changed, 28 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index 1ecc3fd..aad9f1d 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -5719,4 +5719,10 @@ a)"xI
abc\n\=ph,no_jit
abc\n\=ps
+/(?![ab]).*/
+ ab\=ph,no_jit
+
+/c*+/
+ ab\=ph,offset=2,no_jit
+
# End of testinput2
diff --git a/testdata/testinput6 b/testdata/testinput6
index e53efc7..0ca0d23 100644
--- a/testdata/testinput6
+++ b/testdata/testinput6
@@ -5020,4 +5020,10 @@
bxyz
xyz
+/(?![ab]).*/
+ ab\=ph
+
+/c*+/
+ ab\=ph,offset=2
+
# End of testinput6
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 2849f06..b23b7d9 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -17231,6 +17231,14 @@ Partial match: \x0a
abc\n\=ps
0:
+/(?![ab]).*/
+ ab\=ph,no_jit
+Partial match:
+
+/c*+/
+ ab\=ph,offset=2,no_jit
+Partial match:
+
# End of testinput2
Error -70: PCRE2_ERROR_BADDATA (unknown error number)
Error -62: bad serialized data
diff --git a/testdata/testoutput6 b/testdata/testoutput6
index 655f885..607b572 100644
--- a/testdata/testoutput6
+++ b/testdata/testoutput6
@@ -7887,4 +7887,12 @@ Partial match:
xyz
0:
+/(?![ab]).*/
+ ab\=ph
+Partial match:
+
+/c*+/
+ ab\=ph,offset=2
+Partial match:
+
# End of testinput6