summaryrefslogtreecommitdiff
path: root/testdata/testinput6
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-14 10:47:43 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-14 10:47:43 +0000
commit9f52f1e1a0e20505229c24c36e67af816574e2ce (patch)
tree4eaeb810862829ad437c7e560f911e244992d9c9 /testdata/testinput6
parent9400f21d69f5768fc1058eb48ee48080b0515b72 (diff)
downloadpcre2-9f52f1e1a0e20505229c24c36e67af816574e2ce.tar.gz
Fix crash in pcre2test for some callouts with string arguments.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@224 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput6')
-rw-r--r--testdata/testinput66
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput6 b/testdata/testinput6
index 342c8c5..be6205a 100644
--- a/testdata/testinput6
+++ b/testdata/testinput6
@@ -4835,4 +4835,10 @@
abcdefg
xyz123
+/^ab(?C'first')cd(?C"second")ef/
+ abcdefg
+
+/(?:a(?C`code`)){3}X/
+ aaaXY
+
# End of testinput6