summaryrefslogtreecommitdiff
path: root/testdata/testoutput1
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-05-02 17:08:52 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-05-02 17:08:52 +0000
commit312428a6f56cd0b84811f7bcae8354c56e60dff0 (patch)
treee2fd3cf7c0f387d817f1a3d975261b76b783e1cd /testdata/testoutput1
parent46d492b924f785564811ab3aa3074b40fe006cd9 (diff)
downloadpcre-312428a6f56cd0b84811f7bcae8354c56e60dff0.tar.gz
Complete incomplete fix for UTF-8 caseless references of different lengths.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@597 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testoutput1')
-rw-r--r--testdata/testoutput18
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index 6ab67a7..f1d3274 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -6666,4 +6666,12 @@ No match
?
0: ?
+/(abc)\1/i
+ abc
+No match
+
+/(abc)\1/
+ abc
+No match
+
/-- End of testinput1 --/