summaryrefslogtreecommitdiff
path: root/testdata/testoutput10
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/testoutput10
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/testoutput10')
-rw-r--r--testdata/testoutput107
1 files changed, 7 insertions, 0 deletions
diff --git a/testdata/testoutput10 b/testdata/testoutput10
index e5b7c13..e5c7d3c 100644
--- a/testdata/testoutput10
+++ b/testdata/testoutput10
@@ -1766,4 +1766,11 @@ First code unit = \xc4
Last code unit = \xa3
Subject length lower bound = 1
+/[\x{c1}\x{e1}]X[\x{145}\x{146}]/I,utf
+Capture group count = 0
+Options: utf
+Starting code units: \xc3
+Last code unit = 'X'
+Subject length lower bound = 3
+
# End of testinput10