summaryrefslogtreecommitdiff
path: root/testdata/testinput11
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-29 15:56:39 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-29 15:56:39 +0000
commitc07cf4806c88b0e11d678fd35977f4b3663b2295 (patch)
tree5705389d28b9cd7791e66e3a2487adda8859693e /testdata/testinput11
parent5eb8d51bae2ddf98313629134e88a389fe319605 (diff)
downloadpcre-c07cf4806c88b0e11d678fd35977f4b3663b2295.tar.gz
Allow all characters except closing parens in MARK:NAME etc.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@643 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput11')
-rw-r--r--testdata/testinput1110
1 files changed, 10 insertions, 0 deletions
diff --git a/testdata/testinput11 b/testdata/testinput11
index 12a36f6..120594e 100644
--- a/testdata/testinput11
+++ b/testdata/testinput11
@@ -666,4 +666,14 @@ however, we need the complication for Perl. ---/
/((?(R1)a+|(?1)b))/
aaaabcde
+/a(*:any
+name)/K
+ abc
+
+/a(*:a\x{1234}b)/8K
+ abc
+
+/a(*:a£b)/8K
+ abc
+
/-- End of testinput11 --/