summaryrefslogtreecommitdiff
path: root/testdata/testoutput4
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-06 11:57:06 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-06 11:57:06 +0000
commitfcdf816d87541069044d41be50f0053b5a0291d8 (patch)
treef9b7f13003ea7128fcf56c2666ec833e42aebd8a /testdata/testoutput4
parent464410d5301e10ad2f76f25c635acc39c735ef69 (diff)
downloadpcre2-fcdf816d87541069044d41be50f0053b5a0291d8.tar.gz
Fix bad compile of patterns like /[A-`]/i,utf where the range contains
characters with multiple other cases and the ranges adjoin. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@215 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput4')
-rw-r--r--testdata/testoutput44
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testoutput4 b/testdata/testoutput4
index 774594c..80b14c6 100644
--- a/testdata/testoutput4
+++ b/testdata/testoutput4
@@ -3735,4 +3735,8 @@ No match
\x{23a}\x{23a}\x{2c65}\x{23a}
No match
+/[A-`]/i,utf
+ abcdefghijklmno
+ 0: a
+
# End of testinput4