summaryrefslogtreecommitdiff
path: root/testdata/testinput2
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-09-13 17:02:06 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-09-13 17:02:06 +0000
commitd0d9b3d048cadcc42709391e62c88b426e4bc37b (patch)
tree14f23c81c837b614ccd5c48d91b0c32336b33b87 /testdata/testinput2
parent254a2966b3ddfacf34e83ccc4313b50320164be7 (diff)
downloadpcre2-d0d9b3d048cadcc42709391e62c88b426e4bc37b.tar.gz
Optimize certain starting code unit bit maps into a single starting code unit.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1171 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput2')
-rw-r--r--testdata/testinput212
1 files changed, 12 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index 19f8b0a..655e519 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -1625,6 +1625,7 @@
/^a*A\d/IBi
aaaA5
aaaa5
+ a5
/(a*|b*)[cd]/I
@@ -5760,4 +5761,15 @@ a)"xI
/[aA]b[cC]/IB
+/[cc]abcd/I
+
+/[Cc]abcd/I
+
+/[c]abcd/I
+
+/(?:c|C)abcd/I
+
+/(a)?a/I
+ manm
+
# End of testinput2