summaryrefslogtreecommitdiff
path: root/testdata/testinput17
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2015-08-24 09:25:04 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2015-08-24 09:25:04 +0000
commit28aa04acf25e637281408fbefe5fc38ecb615bac (patch)
tree64e6cc958905946422e22ee50227b2a4b8b0a04b /testdata/testinput17
parent8d28d329fc4f724f17374eaa928a6bc5a7863f8f (diff)
downloadpcre2-28aa04acf25e637281408fbefe5fc38ecb615bac.tar.gz
Fix two assertion fails in JIT found by Karl Skomski.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@352 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput17')
-rw-r--r--testdata/testinput172
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/testinput17 b/testdata/testinput17
index 02cc233..c997cc6 100644
--- a/testdata/testinput17
+++ b/testdata/testinput17
@@ -247,4 +247,6 @@
/[^\xff]((?1))/BI
abcd
+/(x(?1)){4}/
+
# End of testinput17