summaryrefslogtreecommitdiff
path: root/testdata/testinput2
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-09-09 17:00:19 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-09-09 17:00:19 +0000
commit9812e792bc5375dcfb460462a77101f78eee4b4d (patch)
treeababde6dd3a4d54aa5509c40de00cfafe042ceca /testdata/testinput2
parentbc7fb8964ca3a422f472189b0eff751c1cc377b0 (diff)
downloadpcre2-9812e792bc5375dcfb460462a77101f78eee4b4d.tar.gz
Optimize classes such as [Aa] to be a single caseless character.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1168 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 178d5eb..19f8b0a 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -5758,4 +5758,6 @@ a)"xI
/(?(VERSION=10.4)b)((?<=b).*)/B
+/[aA]b[cC]/IB
+
# End of testinput2