summaryrefslogtreecommitdiff
path: root/testdata/testoutput1
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-07-16 15:24:32 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-07-16 15:24:32 +0000
commitc7a0f7694bf7087f2dcc323555caf50d2a2661f4 (patch)
tree464d464c0f109ff94a0da5c2c66c842a1f5fd47f /testdata/testoutput1
parent9f0a2eb6b87dad7083c3a31531b8e76093bcbd7c (diff)
downloadpcre2-c7a0f7694bf7087f2dcc323555caf50d2a2661f4.tar.gz
Fixed atomic group backtracking bug.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@965 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput1')
-rw-r--r--testdata/testoutput18
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index a210038..8a3be73 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -9846,4 +9846,12 @@ No match
0: b
1: b
+/(?>a(*:1))(?>b(*:1))(*SKIP:1)x|.*/no_start_optimize
+ abc
+ 0: abc
+
+/(?>a(*:1))(?>b)(*SKIP:1)x|.*/no_start_optimize
+ abc
+ 0: abc
+
# End of testinput1