summaryrefslogtreecommitdiff
path: root/testdata/testinput4
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-05-13 16:26:17 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-05-13 16:26:17 +0000
commit6809752eacde104d45c5e11c3c64165857200ce7 (patch)
treea1ae3d0af89d2fd188a26b57ec4c09de3e1eb95d /testdata/testinput4
parent41d88497fd138f8daef7db674f21ca71e5f5822c (diff)
downloadpcre2-6809752eacde104d45c5e11c3c64165857200ce7.tar.gz
Fix crash when \X is used without UTF in JIT.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1091 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput4')
-rw-r--r--testdata/testinput43
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/testinput4 b/testdata/testinput4
index cccab0e..f3d498c 100644
--- a/testdata/testinput4
+++ b/testdata/testinput4
@@ -2480,4 +2480,7 @@
/^(?'אABC'...)(?&אABC)/utf
123123123456
+/\X*/
+ \xF3aaa\xE4\xEA\xEB\xFEa
+
# End of testinput4