summaryrefslogtreecommitdiff
path: root/testdata/testinput5
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-12-24 16:25:11 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-12-24 16:25:11 +0000
commit7d624ac460908e6e95158a7035dcda1d38f8ca37 (patch)
tree7bfcd016c7b5055cf0cd09115e24b01589a45bc0 /testdata/testinput5
parentafe13aa7cb661d2ab7f7a6226c196d9dd46fdce2 (diff)
downloadpcre2-7d624ac460908e6e95158a7035dcda1d38f8ca37.tar.gz
Fix bug when a character > 0xffff appears in a lookbehind within a lookbehind.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@627 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput5')
-rw-r--r--testdata/testinput52
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/testinput5 b/testdata/testinput5
index 65a2698..902114e 100644
--- a/testdata/testinput5
+++ b/testdata/testinput5
@@ -1755,4 +1755,6 @@
/[\P{Yi}]/utf,locale=C
\x{2f000}
+/^(?<!(?=􃡜))/B,utf
+
# End of testinput5