summaryrefslogtreecommitdiff
path: root/testdata/testinput10
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2020-10-27 08:16:04 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2020-10-27 08:16:04 +0000
commitfd5e04a35122c62584da5a9558f3b744a2d09692 (patch)
treeb4d349b77d5b551e5e0401deeb83cf627a1b650a /testdata/testinput10
parent552c76a6739764036817434db45b496d1461e764 (diff)
downloadpcre2-fd5e04a35122c62584da5a9558f3b744a2d09692.tar.gz
Fixed a word boundary check bug in JIT when partial matching is enabled.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1280 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput10')
-rw-r--r--testdata/testinput104
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testinput10 b/testdata/testinput10
index efd3298..53e37cb 100644
--- a/testdata/testinput10
+++ b/testdata/testinput10
@@ -613,4 +613,8 @@
/A/utf,match_invalid_utf,caseless
\xe5A
+/\bch\b/utf,match_invalid_utf
+ qchq\=ph
+ qchq\=ps
+
# End of testinput10