summaryrefslogtreecommitdiff
path: root/testdata/testinput6
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-24 18:20:34 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-24 18:20:34 +0000
commite5d083d660ae9ce4435f11e4d50817ccce984139 (patch)
tree8a04022f69ae60f7320cf64255f86c1e74b45d23 /testdata/testinput6
parent1b0e7201eac0498c1db806d26e17a7d2541b0ca4 (diff)
downloadpcre2-e5d083d660ae9ce4435f11e4d50817ccce984139.tar.gz
Make \=find_limits apply to DFA matching, to find the minimum depth limit.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@702 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput6')
-rw-r--r--testdata/testinput63
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/testinput6 b/testdata/testinput6
index e928f4d..2856551 100644
--- a/testdata/testinput6
+++ b/testdata/testinput6
@@ -4889,4 +4889,7 @@
/(02-)?[0-9]{3}-[0-9]{3}/
02-123-123
+/^(a(?2))(b)(?1)/
+ abbab\=find_limits
+
# End of testinput6