summaryrefslogtreecommitdiff
path: root/testdata/testoutput12-32
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-02-26 16:53:39 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-02-26 16:53:39 +0000
commit4ea71d47b6608e27759ebc39359c980d788db68a (patch)
tree99e2f55a345ce3a3a73ff6959d5adcf867534d93 /testdata/testoutput12-32
parentdd37c27fef3592a02fef0a8d9b98a78268717fe9 (diff)
downloadpcre2-4ea71d47b6608e27759ebc39359c980d788db68a.tar.gz
Fix bugs in new UCP casing code for back references and characters with more
than 2 cases. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1231 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput12-32')
-rw-r--r--testdata/testoutput12-3218
1 files changed, 18 insertions, 0 deletions
diff --git a/testdata/testoutput12-32 b/testdata/testoutput12-32
index c51c517..03b6e39 100644
--- a/testdata/testoutput12-32
+++ b/testdata/testoutput12-32
@@ -1759,6 +1759,24 @@ Subject length lower bound = 1
X\x{121}Y
1: >\x{120}<
+/s/i,ucp
+ \x{17f}
+ 0: \x{17f}
+
+/s/i,utf
+ \x{17f}
+ 0: \x{17f}
+
+/[^s]/i,ucp
+\= Expect no match
+ \x{17f}
+No match
+
+/[^s]/i,utf
+\= Expect no match
+ \x{17f}
+No match
+
# ----------------------------------------------------
# End of testinput12