summaryrefslogtreecommitdiff
path: root/testdata/testinput2
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-11-25 10:37:23 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-11-25 10:37:23 +0000
commit20d8fd8789d32cf4b8b2e771670c68f51c0a2f2a (patch)
tree18c47aaeca1282fd78297ea3fac3c519d5d6a0ca /testdata/testinput2
parentfbdfc82b3ccd12f74ed07b65da468ec5b0656ece (diff)
downloadpcre2-20d8fd8789d32cf4b8b2e771670c68f51c0a2f2a.tar.gz
Quantifiers following (*VERB)s were not being diagnosed.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@608 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput2')
-rw-r--r--testdata/testinput22
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index b2c66a1..ab20dcc 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -4918,4 +4918,6 @@ a)"xI
/(?<=(?1))((?s))/anchored
+/(*:ab)*/
+
# End of testinput2