summaryrefslogtreecommitdiff
path: root/testdata/testoutput6
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-04-05 15:32:07 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-04-05 15:32:07 +0000
commitdf31642fca56df837a2c9cfaf0ddee998b350214 (patch)
tree1ec3efac1ed995ea9f7987b564b09ad0ec695727 /testdata/testoutput6
parentc40eeb6597b762ab8829be516100e4bb190e44b4 (diff)
downloadpcre2-df31642fca56df837a2c9cfaf0ddee998b350214.tar.gz
Add endanchored tests for DFA matching.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@732 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput6')
-rw-r--r--testdata/testoutput627
1 files changed, 27 insertions, 0 deletions
diff --git a/testdata/testoutput6 b/testdata/testoutput6
index c112d4e..819ae64 100644
--- a/testdata/testoutput6
+++ b/testdata/testoutput6
@@ -7694,4 +7694,31 @@ Failed: error -53: matching depth limit exceeded
Minimum depth limit = 2
0: abbab
+/abc/endanchored
+ xyzabc
+ 0: abc
+\= Expect no match
+ xyzabcdef
+No match
+\= Expect error
+ xyzabc\=ph
+Failed: error -34: bad option value
+
+/abc/
+ xyzabc\=endanchored
+ 0: abc
+\= Expect no match
+ xyzabcdef\=endanchored
+No match
+\= Expect error
+ xyzabc\=ps,endanchored
+Failed: error -34: bad option value
+
+/abc|bcd/endanchored
+ xyzabcd
+ 0: bcd
+\= Expect no match
+ xyzabcdef
+No match
+
# End of testinput6